Html Css Color HEX #721908 Falu Red

📋 copy color: '#721908'

red 114 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #721908

Tints of Falu Red #721908

RGB

 RED value IS 114 (44.92% from 255) = 77.55%

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 8 (3.52% from 255) = 5.44%

R = 77.55%
G = 17.01%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#721908 (or 0x721908) is known color: Falu Red. HEX triplet: 72, 19 and 08. RGB value is (114,25,8). Sum of RGB (Red+Green+Blue) = 114+25+8=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #721908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721908 is #8DE6F7. Grayscale: #313131. Windows color (decimal): -9299704 or 530802. OLE color: 530802.

HSL color Cylindrical-coordinate representation of color #721908: hue angle of 9.62º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #721908 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 8 -
CMYK 0 0.78 0.93 0.55
HSL 9.62º 0.87% 0.24% -
HSV(B) 9.62º 0.93% 0.45% -
XYZ 7.33 4.29 0.67 -
YUV 49.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 114 25 8 0 0.78 0.93 0.55 9.62 0.87 0.24
Hex 72 19 8 0 4E 5D 37 A 57 18
Octal 162 31 10 0 116 135 67 12 127 30
Binary 1110010 11001 1000 0 1001110 1011101 110111 1010 1010111 11000

Color Harmonies of #721908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721908

Black with #721908

Text Example


Text Example

White with #721908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721908; }

 p { color: rgb(114,25,8); }

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

background-color css

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

 a { background-color: rgb(114,25,8); }

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

border-color css

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

 span { border-color: rgb(114,25,8); }

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