Html Css Color HEX #712008 Falu Red

📋 copy color: '#712008'

red 113 ◦ green 32 ◦ blue 8

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

Shades of Falu Red #712008

Tints of Falu Red #712008

RGB

 RED value IS 113 (44.53% from 255) = 73.86%

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

 BLUE value IS 8 (3.52% from 255) = 5.23%

R = 73.86%
G = 20.92%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#712008 (or 0x712008) is known color: Falu Red. HEX triplet: 71, 20 and 08. RGB value is (113,32,8). Sum of RGB (Red+Green+Blue) = 113+32+8=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #712008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712008 is #8EDFF7. Grayscale: #353535. Windows color (decimal): -9363448 or 532593. OLE color: 532593.

HSL color Cylindrical-coordinate representation of color #712008: hue angle of 13.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #712008 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 8 -
CMYK 0 0.72 0.93 0.56
HSL 13.71º 0.87% 0.24% -
HSV(B) 13.71º 0.93% 0.44% -
XYZ 7.37 4.56 0.72 -
YUV 53.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 113 32 8 0 0.72 0.93 0.56 13.71 0.87 0.24
Hex 71 20 8 0 48 5D 38 E 57 18
Octal 161 40 10 0 110 135 70 16 127 30
Binary 1110001 100000 1000 0 1001000 1011101 111000 1110 1010111 11000

Color Harmonies of #712008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712008

Black with #712008

Text Example


Text Example

White with #712008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712008; }

 p { color: rgb(113,32,8); }

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

background-color css

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

 a { background-color: rgb(113,32,8); }

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

border-color css

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

 span { border-color: rgb(113,32,8); }

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