Html Css Color HEX #712018 Falu Red

📋 copy color: '#712018'

red 113 ◦ green 32 ◦ blue 24

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

Shades of Falu Red #712018

Tints of Falu Red #712018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.2%

R = 66.86%
G = 18.93%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#712018 (or 0x712018) is known color: Falu Red. HEX triplet: 71, 20 and 18. RGB value is (113,32,24). Sum of RGB (Red+Green+Blue) = 113+32+24=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #712018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712018 is #8EDFE7. Grayscale: #373737. Windows color (decimal): -9363432 or 1581169. OLE color: 1581169.

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

Color convert

RGB 113 32 24 -
CMYK 0 0.72 0.79 0.56
HSL 5.39º 0.65% 0.27% -
HSV(B) 5.39º 0.79% 0.44% -
XYZ 7.49 4.61 1.36 -
YUV 55.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 113 32 24 0 0.72 0.79 0.56 5.39 0.65 0.27
Hex 71 20 18 0 48 4F 38 5 41 1B
Octal 161 40 30 0 110 117 70 5 101 33
Binary 1110001 100000 11000 0 1001000 1001111 111000 101 1000001 11011

Color Harmonies of #712018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712018

Black with #712018

Text Example


Text Example

White with #712018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712018; }

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

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

background-color css

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

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

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

border-color css

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

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

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