Html Css Color HEX #712007 Falu Red

📋 copy color: '#712007'

red 113 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #712007

Tints of Falu Red #712007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.61%

R = 74.34%
G = 21.05%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#712007 (or 0x712007) is known color: Falu Red. HEX triplet: 71, 20 and 07. RGB value is (113,32,7). Sum of RGB (Red+Green+Blue) = 113+32+7=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #712007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712007 is #8EDFF8. Grayscale: #353535. Windows color (decimal): -9363449 or 467057. OLE color: 467057.

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

Color convert

RGB 113 32 7 -
CMYK 0 0.72 0.94 0.56
HSL 14.15º 0.88% 0.24% -
HSV(B) 14.15º 0.94% 0.44% -
XYZ 7.36 4.56 0.69 -
YUV 53.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 113 32 7 0 0.72 0.94 0.56 14.15 0.88 0.24
Hex 71 20 7 0 48 5E 38 E 58 18
Octal 161 40 7 0 110 136 70 16 130 30
Binary 1110001 100000 111 0 1001000 1011110 111000 1110 1011000 11000

Color Harmonies of #712007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712007

Black with #712007

Text Example


Text Example

White with #712007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712007; }

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

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

background-color css

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

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

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

border-color css

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

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

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