Html Css Color HEX #712208 Falu Red

📋 copy color: '#712208'

red 113 ◦ green 34 ◦ blue 8

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

Shades of Falu Red #712208

Tints of Falu Red #712208

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 72.9%
G = 21.94%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#712208 (or 0x712208) is known color: Falu Red. HEX triplet: 71, 22 and 08. RGB value is (113,34,8). Sum of RGB (Red+Green+Blue) = 113+34+8=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712208 is #8EDDF7. Grayscale: #363636. Windows color (decimal): -9362936 or 533105. OLE color: 533105.

HSL color Cylindrical-coordinate representation of color #712208: hue angle of 14.86º 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 #712208 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 34 8 -
CMYK 0 0.70 0.93 0.56
HSL 14.86º 0.87% 0.24% -
HSV(B) 14.86º 0.93% 0.44% -
XYZ 7.43 4.67 0.74 -
YUV 54.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 113 34 8 0 0.70 0.93 0.56 14.86 0.87 0.24
Hex 71 22 8 0 46 5D 38 F 57 18
Octal 161 42 10 0 106 135 70 17 127 30
Binary 1110001 100010 1000 0 1000110 1011101 111000 1111 1010111 11000

Color Harmonies of #712208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712208

Black with #712208

Text Example


Text Example

White with #712208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712208; }

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

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

background-color css

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

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

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

border-color css

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

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

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