Html Css Color HEX #721706 Falu Red

📋 copy color: '#721706'

red 114 ◦ green 23 ◦ blue 6

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

Shades of Falu Red #721706

Tints of Falu Red #721706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

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

R = 79.72%
G = 16.08%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#721706 (or 0x721706) is known color: Falu Red. HEX triplet: 72, 17 and 06. RGB value is (114,23,6). Sum of RGB (Red+Green+Blue) = 114+23+6=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #721706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721706 is #8DE8F9. Grayscale: #303030. Windows color (decimal): -9300218 or 399218. OLE color: 399218.

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

Color convert

RGB 114 23 6 -
CMYK 0 0.80 0.95 0.55
HSL 9.44º 0.9% 0.24% -
HSV(B) 9.44º 0.95% 0.45% -
XYZ 7.28 4.2 0.6 -
YUV 48.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 114 23 6 0 0.80 0.95 0.55 9.44 0.9 0.24
Hex 72 17 6 0 50 5F 37 9 5A 18
Octal 162 27 6 0 120 137 67 11 132 30
Binary 1110010 10111 110 0 1010000 1011111 110111 1001 1011010 11000

Color Harmonies of #721706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721706

Black with #721706

Text Example


Text Example

White with #721706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721706; }

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

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

background-color css

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

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

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

border-color css

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

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

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