Html Css Color HEX #721406 Falu Red

📋 copy color: '#721406'

red 114 ◦ green 20 ◦ blue 6

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

Shades of Falu Red #721406

Tints of Falu Red #721406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.29%

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

R = 81.43%
G = 14.29%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#721406 (or 0x721406) is known color: Falu Red. HEX triplet: 72, 14 and 06. RGB value is (114,20,6). Sum of RGB (Red+Green+Blue) = 114+20+6=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #721406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721406 is #8DEBF9. Grayscale: #2E2E2E. Windows color (decimal): -9300986 or 398450. OLE color: 398450.

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

Color convert

RGB 114 20 6 -
CMYK 0 0.82 0.95 0.55
HSL 7.78º 0.9% 0.24% -
HSV(B) 7.78º 0.95% 0.45% -
XYZ 7.22 4.09 0.58 -
YUV 46.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 114 20 6 0 0.82 0.95 0.55 7.78 0.9 0.24
Hex 72 14 6 0 52 5F 37 8 5A 18
Octal 162 24 6 0 122 137 67 10 132 30
Binary 1110010 10100 110 0 1010010 1011111 110111 1000 1011010 11000

Color Harmonies of #721406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721406

Black with #721406

Text Example


Text Example

White with #721406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721406; }

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

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

background-color css

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

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

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

border-color css

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

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

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