Html Css Color HEX #702011 Falu Red

📋 copy color: '#702011'

red 112 ◦ green 32 ◦ blue 17

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

Shades of Falu Red #702011

Tints of Falu Red #702011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.56%

R = 69.57%
G = 19.88%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#702011 (or 0x702011) is known color: Falu Red. HEX triplet: 70, 20 and 11. RGB value is (112,32,17). Sum of RGB (Red+Green+Blue) = 112+32+17=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #702011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702011 is #8FDFEE. Grayscale: #363636. Windows color (decimal): -9428975 or 1122416. OLE color: 1122416.

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

Color convert

RGB 112 32 17 -
CMYK 0 0.71 0.85 0.56
HSL 9.47º 0.74% 0.25% -
HSV(B) 9.47º 0.85% 0.44% -
XYZ 7.3 4.52 1.02 -
YUV 54.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 112 32 17 0 0.71 0.85 0.56 9.47 0.74 0.25
Hex 70 20 11 0 47 55 38 9 4A 19
Octal 160 40 21 0 107 125 70 11 112 31
Binary 1110000 100000 10001 0 1000111 1010101 111000 1001 1001010 11001

Color Harmonies of #702011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702011

Black with #702011

Text Example


Text Example

White with #702011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702011; }

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

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

background-color css

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

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

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

border-color css

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

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

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