Html Css Color HEX #721804 Falu Red

📋 copy color: '#721804'

red 114 ◦ green 24 ◦ blue 4

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

Shades of Falu Red #721804

Tints of Falu Red #721804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 4 (1.95% from 255) = 2.82%

R = 80.28%
G = 16.9%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721804 (or 0x721804) is known color: Falu Red. HEX triplet: 72, 18 and 04. RGB value is (114,24,4). Sum of RGB (Red+Green+Blue) = 114+24+4=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #721804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721804 is #8DE7FB. Grayscale: #303030. Windows color (decimal): -9299964 or 268402. OLE color: 268402.

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

Color convert

RGB 114 24 4 -
CMYK 0 0.79 0.96 0.55
HSL 10.91º 0.93% 0.23% -
HSV(B) 10.91º 0.96% 0.45% -
XYZ 7.29 4.24 0.55 -
YUV 48.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 114 24 4 0 0.79 0.96 0.55 10.91 0.93 0.23
Hex 72 18 4 0 4F 60 37 B 5D 17
Octal 162 30 4 0 117 140 67 13 135 27
Binary 1110010 11000 100 0 1001111 1100000 110111 1011 1011101 10111

Color Harmonies of #721804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721804

Black with #721804

Text Example


Text Example

White with #721804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721804; }

 p { color: rgb(114,24,4); }

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

background-color css

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

 a { background-color: rgb(114,24,4); }

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

border-color css

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

 span { border-color: rgb(114,24,4); }

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