Html Css Color HEX #702118 Falu Red

📋 copy color: '#702118'

red 112 ◦ green 33 ◦ blue 24

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

Shades of Falu Red #702118

Tints of Falu Red #702118

RGB

 RED value IS 112 (44.14% from 255) = 66.27%

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

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

R = 66.27%
G = 19.53%
B = 14.2%

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

#702118 (or 0x702118) is known color: Falu Red. HEX triplet: 70, 21 and 18. RGB value is (112,33,24). Sum of RGB (Red+Green+Blue) = 112+33+24=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702118 is #8FDEE7. Grayscale: #373737. Windows color (decimal): -9428712 or 1581424. OLE color: 1581424.

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

Color convert

RGB 112 33 24 -
CMYK 0 0.71 0.79 0.56
HSL 6.14º 0.65% 0.27% -
HSV(B) 6.14º 0.79% 0.44% -
XYZ 7.39 4.6 1.36 -
YUV 55.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 112 33 24 0 0.71 0.79 0.56 6.14 0.65 0.27
Hex 70 21 18 0 47 4F 38 6 41 1B
Octal 160 41 30 0 107 117 70 6 101 33
Binary 1110000 100001 11000 0 1000111 1001111 111000 110 1000001 11011

Color Harmonies of #702118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702118

Black with #702118

Text Example


Text Example

White with #702118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702118; }

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

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

background-color css

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

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

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

border-color css

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

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

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