Html Css Color HEX #702009 Falu Red

📋 copy color: '#702009'

red 112 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #702009

Tints of Falu Red #702009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.88%

R = 73.2%
G = 20.92%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#702009 (or 0x702009) is known color: Falu Red. HEX triplet: 70, 20 and 09. RGB value is (112,32,9). Sum of RGB (Red+Green+Blue) = 112+32+9=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #702009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702009 is #8FDFF6. Grayscale: #353535. Windows color (decimal): -9428983 or 598128. OLE color: 598128.

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

Color convert

RGB 112 32 9 -
CMYK 0 0.71 0.92 0.56
HSL 13.4º 0.85% 0.24% -
HSV(B) 13.4º 0.92% 0.44% -
XYZ 7.25 4.5 0.74 -
YUV 53.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 112 32 9 0 0.71 0.92 0.56 13.4 0.85 0.24
Hex 70 20 9 0 47 5C 38 D 55 18
Octal 160 40 11 0 107 134 70 15 125 30
Binary 1110000 100000 1001 0 1000111 1011100 111000 1101 1010101 11000

Color Harmonies of #702009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702009

Black with #702009

Text Example


Text Example

White with #702009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702009; }

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

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

background-color css

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

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

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

border-color css

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

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

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