Html Css Color HEX #702008 Falu Red

📋 copy color: '#702008'

red 112 ◦ green 32 ◦ blue 8

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

Shades of Falu Red #702008

Tints of Falu Red #702008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.26%

R = 73.68%
G = 21.05%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#702008 (or 0x702008) is known color: Falu Red. HEX triplet: 70, 20 and 08. RGB value is (112,32,8). Sum of RGB (Red+Green+Blue) = 112+32+8=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #702008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702008 is #8FDFF7. Grayscale: #353535. Windows color (decimal): -9428984 or 532592. OLE color: 532592.

HSL color Cylindrical-coordinate representation of color #702008: hue angle of 13.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #702008 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 8 -
CMYK 0 0.71 0.93 0.56
HSL 13.85º 0.87% 0.24% -
HSV(B) 13.85º 0.93% 0.44% -
XYZ 7.24 4.5 0.72 -
YUV 53.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 112 32 8 0 0.71 0.93 0.56 13.85 0.87 0.24
Hex 70 20 8 0 47 5D 38 E 57 18
Octal 160 40 10 0 107 135 70 16 127 30
Binary 1110000 100000 1000 0 1000111 1011101 111000 1110 1010111 11000

Color Harmonies of #702008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702008

Black with #702008

Text Example


Text Example

White with #702008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702008; }

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

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

background-color css

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

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

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

border-color css

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

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

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