Html Css Color HEX #712003 Falu Red

📋 copy color: '#712003'

red 113 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #712003

Tints of Falu Red #712003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.03%

R = 76.35%
G = 21.62%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#712003 (or 0x712003) is known color: Falu Red. HEX triplet: 71, 20 and 03. RGB value is (113,32,3). Sum of RGB (Red+Green+Blue) = 113+32+3=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #712003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712003 is #8EDFFC. Grayscale: #353535. Windows color (decimal): -9363453 or 204913. OLE color: 204913.

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

Color convert

RGB 113 32 3 -
CMYK 0 0.72 0.97 0.56
HSL 15.82º 0.95% 0.23% -
HSV(B) 15.82º 0.97% 0.44% -
XYZ 7.34 4.55 0.58 -
YUV 52.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 113 32 3 0 0.72 0.97 0.56 15.82 0.95 0.23
Hex 71 20 3 0 48 61 38 10 5F 17
Octal 161 40 3 0 110 141 70 20 137 27
Binary 1110001 100000 11 0 1001000 1100001 111000 10000 1011111 10111

Color Harmonies of #712003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712003

Black with #712003

Text Example


Text Example

White with #712003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712003; }

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

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

background-color css

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

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

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

border-color css

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

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

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