Html Css Color HEX #712004 Falu Red

📋 copy color: '#712004'

red 113 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #712004

Tints of Falu Red #712004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.68%

R = 75.84%
G = 21.48%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#712004 (or 0x712004) is known color: Falu Red. HEX triplet: 71, 20 and 04. RGB value is (113,32,4). Sum of RGB (Red+Green+Blue) = 113+32+4=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #712004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712004 is #8EDFFB. Grayscale: #353535. Windows color (decimal): -9363452 or 270449. OLE color: 270449.

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

Color convert

RGB 113 32 4 -
CMYK 0 0.72 0.96 0.56
HSL 15.41º 0.93% 0.23% -
HSV(B) 15.41º 0.96% 0.44% -
XYZ 7.35 4.55 0.61 -
YUV 53.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 113 32 4 0 0.72 0.96 0.56 15.41 0.93 0.23
Hex 71 20 4 0 48 60 38 F 5D 17
Octal 161 40 4 0 110 140 70 17 135 27
Binary 1110001 100000 100 0 1001000 1100000 111000 1111 1011101 10111

Color Harmonies of #712004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712004

Black with #712004

Text Example


Text Example

White with #712004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712004; }

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

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

background-color css

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

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

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

border-color css

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

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

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