Html Css Color HEX #702018 Falu Red

📋 copy color: '#702018'

red 112 ◦ green 32 ◦ blue 24

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

Shades of Falu Red #702018

Tints of Falu Red #702018

RGB

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

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

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

R = 66.67%
G = 19.05%
B = 14.29%

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

#702018 (or 0x702018) is known color: Falu Red. HEX triplet: 70, 20 and 18. RGB value is (112,32,24). Sum of RGB (Red+Green+Blue) = 112+32+24=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #702018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702018 is #8FDFE7. Grayscale: #373737. Windows color (decimal): -9428968 or 1581168. OLE color: 1581168.

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

Color convert

RGB 112 32 24 -
CMYK 0 0.71 0.79 0.56
HSL 5.45º 0.65% 0.27% -
HSV(B) 5.45º 0.79% 0.44% -
XYZ 7.36 4.54 1.35 -
YUV 55.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 112 32 24 0 0.71 0.79 0.56 5.45 0.65 0.27
Hex 70 20 18 0 47 4F 38 5 41 1B
Octal 160 40 30 0 107 117 70 5 101 33
Binary 1110000 100000 11000 0 1000111 1001111 111000 101 1000001 11011

Color Harmonies of #702018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702018

Black with #702018

Text Example


Text Example

White with #702018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702018; }

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

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

background-color css

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

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

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

border-color css

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

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

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