Html Css Color HEX #712005 Falu Red

📋 copy color: '#712005'

red 113 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #712005

Tints of Falu Red #712005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 75.33%
G = 21.33%
B = 3.33%

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

#712005 (or 0x712005) is known color: Falu Red. HEX triplet: 71, 20 and 05. RGB value is (113,32,5). Sum of RGB (Red+Green+Blue) = 113+32+5=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #712005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712005 is #8EDFFA. Grayscale: #353535. Windows color (decimal): -9363451 or 335985. OLE color: 335985.

HSL color Cylindrical-coordinate representation of color #712005: hue angle of 15º degrees, saturation: 0.92, 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 #712005 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 5 -
CMYK 0 0.72 0.96 0.56
HSL 15º 0.92% 0.23% -
HSV(B) 15º 0.96% 0.44% -
XYZ 7.35 4.55 0.64 -
YUV 53.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 113 32 5 0 0.72 0.96 0.56 15 0.92 0.23
Hex 71 20 5 0 48 60 38 F 5C 17
Octal 161 40 5 0 110 140 70 17 134 27
Binary 1110001 100000 101 0 1001000 1100000 111000 1111 1011100 10111

Color Harmonies of #712005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712005

Black with #712005

Text Example


Text Example

White with #712005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712005; }

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

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

background-color css

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

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

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

border-color css

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

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

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