Html Css Color HEX #712118 Falu Red

📋 copy color: '#712118'

red 113 ◦ green 33 ◦ blue 24

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

Shades of Falu Red #712118

Tints of Falu Red #712118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

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

R = 66.47%
G = 19.41%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#712118 (or 0x712118) is known color: Falu Red. HEX triplet: 71, 21 and 18. RGB value is (113,33,24). Sum of RGB (Red+Green+Blue) = 113+33+24=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #712118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712118 is #8EDEE7. Grayscale: #383838. Windows color (decimal): -9363176 or 1581425. OLE color: 1581425.

HSL color Cylindrical-coordinate representation of color #712118: hue angle of 6.07º 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 #712118 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 24 -
CMYK 0 0.71 0.79 0.56
HSL 6.07º 0.65% 0.27% -
HSV(B) 6.07º 0.79% 0.44% -
XYZ 7.52 4.66 1.37 -
YUV 55.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 113 33 24 0 0.71 0.79 0.56 6.07 0.65 0.27
Hex 71 21 18 0 47 4F 38 6 41 1B
Octal 161 41 30 0 107 117 70 6 101 33
Binary 1110001 100001 11000 0 1000111 1001111 111000 110 1000001 11011

Color Harmonies of #712118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712118

Black with #712118

Text Example


Text Example

White with #712118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712118; }

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

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

background-color css

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

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

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

border-color css

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

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

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