Html Css Color HEX #702209 Falu Red

📋 copy color: '#702209'

red 112 ◦ green 34 ◦ blue 9

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

Shades of Falu Red #702209

Tints of Falu Red #702209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 72.26%
G = 21.94%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#702209 (or 0x702209) is known color: Falu Red. HEX triplet: 70, 22 and 09. RGB value is (112,34,9). Sum of RGB (Red+Green+Blue) = 112+34+9=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #702209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702209 is #8FDDF6. Grayscale: #363636. Windows color (decimal): -9428471 or 598640. OLE color: 598640.

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

Color convert

RGB 112 34 9 -
CMYK 0 0.70 0.92 0.56
HSL 14.56º 0.85% 0.24% -
HSV(B) 14.56º 0.92% 0.44% -
XYZ 7.3 4.61 0.76 -
YUV 54.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 112 34 9 0 0.70 0.92 0.56 14.56 0.85 0.24
Hex 70 22 9 0 46 5C 38 F 55 18
Octal 160 42 11 0 106 134 70 17 125 30
Binary 1110000 100010 1001 0 1000110 1011100 111000 1111 1010101 11000

Color Harmonies of #702209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702209

Black with #702209

Text Example


Text Example

White with #702209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702209; }

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

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

background-color css

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

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

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

border-color css

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

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

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