Html Css Color HEX #722006 Falu Red

📋 copy color: '#722006'

red 114 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #722006

Tints of Falu Red #722006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

 BLUE value IS 6 (2.73% from 255) = 3.95%

R = 75%
G = 21.05%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#722006 (or 0x722006) is known color: Falu Red. HEX triplet: 72, 20 and 06. RGB value is (114,32,6). Sum of RGB (Red+Green+Blue) = 114+32+6=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #722006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722006 is #8DDFF9. Grayscale: #353535. Windows color (decimal): -9297914 or 401522. OLE color: 401522.

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

Color convert

RGB 114 32 6 -
CMYK 0 0.72 0.95 0.55
HSL 14.44º 0.9% 0.24% -
HSV(B) 14.44º 0.95% 0.45% -
XYZ 7.49 4.62 0.67 -
YUV 53.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 114 32 6 0 0.72 0.95 0.55 14.44 0.9 0.24
Hex 72 20 6 0 48 5F 37 E 5A 18
Octal 162 40 6 0 110 137 67 16 132 30
Binary 1110010 100000 110 0 1001000 1011111 110111 1110 1011010 11000

Color Harmonies of #722006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722006

Black with #722006

Text Example


Text Example

White with #722006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722006; }

 p { color: rgb(114,32,6); }

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

background-color css

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

 a { background-color: rgb(114,32,6); }

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

border-color css

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

 span { border-color: rgb(114,32,6); }

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