Html Css Color HEX #721604 Falu Red

📋 copy color: '#721604'

red 114 ◦ green 22 ◦ blue 4

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

Shades of Falu Red #721604

Tints of Falu Red #721604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

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

R = 81.43%
G = 15.71%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721604 (or 0x721604) is known color: Falu Red. HEX triplet: 72, 16 and 04. RGB value is (114,22,4). Sum of RGB (Red+Green+Blue) = 114+22+4=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #721604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721604 is #8DE9FB. Grayscale: #2F2F2F. Windows color (decimal): -9300476 or 267890. OLE color: 267890.

HSL color Cylindrical-coordinate representation of color #721604: hue angle of 9.82º 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 #721604 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 4 -
CMYK 0 0.81 0.96 0.55
HSL 9.82º 0.93% 0.23% -
HSV(B) 9.82º 0.96% 0.45% -
XYZ 7.25 4.16 0.54 -
YUV 47.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 114 22 4 0 0.81 0.96 0.55 9.82 0.93 0.23
Hex 72 16 4 0 51 60 37 A 5D 17
Octal 162 26 4 0 121 140 67 12 135 27
Binary 1110010 10110 100 0 1010001 1100000 110111 1010 1011101 10111

Color Harmonies of #721604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721604

Black with #721604

Text Example


Text Example

White with #721604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721604; }

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

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

background-color css

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

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

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

border-color css

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

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

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