Html Css Color HEX #892103 Falu Red

📋 copy color: '#892103'

red 137 ◦ green 33 ◦ blue 3

#892103
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #892103

Tints of Falu Red #892103

RGB

 RED value IS 137 (53.91% from 255) = 79.19%

 GREEN value IS 33 (13.28% from 255) = 19.08%

 BLUE value IS 3 (1.56% from 255) = 1.73%

R = 79.19%
G = 19.08%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#892103 (or 0x892103) is known color: Falu Red. HEX triplet: 89, 21 and 03. RGB value is (137,33,3). Sum of RGB (Red+Green+Blue) = 137+33+3=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #892103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892103 is #76DEFC. Grayscale: #3C3C3C. Windows color (decimal): -7790333 or 205193. OLE color: 205193.

HSL color Cylindrical-coordinate representation of color #892103: hue angle of 13.43º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #892103 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 33 3 -
CMYK 0 0.76 0.98 0.46
HSL 13.43º 0.96% 0.27% -
HSV(B) 13.43º 0.98% 0.54% -
XYZ 10.88 6.41 0.75 -
YUV 60.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 137 33 3 0 0.76 0.98 0.46 13.43 0.96 0.27
Hex 89 21 3 0 4C 62 2E D 60 1B
Octal 211 41 3 0 114 142 56 15 140 33
Binary 10001001 100001 11 0 1001100 1100010 101110 1101 1100000 11011

Color Harmonies of #892103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892103

Black with #892103

Text Example


Text Example

White with #892103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892103; }

 p { color: rgb(137,33,3); }

 H1.HeaderClassName
 {
   color: #892103;
 }
 .AnyTagClassName
 {
   color: #892103;
 }
</style>

background-color css

<style>
 a { background-color: #892103; }

 a { background-color: rgb(137,33,3); }

 div.DivClassName
 {
   background-color: #892103;
 }
 .BgClassName
 {
   background-color: #892103;
 }
</style>

border-color css

<style>
 span { border-color: #892103; }

 span { border-color: rgb(137,33,3); }

 td.TdClassName
 {
   border-color: #892103;
 }
 .TagClassName
 {
   border-color: #892103;
 }
</style>