Html Css Color HEX #702111 Falu Red

📋 copy color: '#702111'

red 112 ◦ green 33 ◦ blue 17

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

Shades of Falu Red #702111

Tints of Falu Red #702111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.37%

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

R = 69.14%
G = 20.37%
B = 10.49%

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

#702111 (or 0x702111) is known color: Falu Red. HEX triplet: 70, 21 and 11. RGB value is (112,33,17). Sum of RGB (Red+Green+Blue) = 112+33+17=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #702111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702111 is #8FDEEE. Grayscale: #363636. Windows color (decimal): -9428719 or 1122672. OLE color: 1122672.

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

Color convert

RGB 112 33 17 -
CMYK 0 0.71 0.85 0.56
HSL 10.11º 0.74% 0.25% -
HSV(B) 10.11º 0.85% 0.44% -
XYZ 7.33 4.57 1.03 -
YUV 54.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 112 33 17 0 0.71 0.85 0.56 10.11 0.74 0.25
Hex 70 21 11 0 47 55 38 A 4A 19
Octal 160 41 21 0 107 125 70 12 112 31
Binary 1110000 100001 10001 0 1000111 1010101 111000 1010 1001010 11001

Color Harmonies of #702111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702111

Black with #702111

Text Example


Text Example

White with #702111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702111; }

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

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

background-color css

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

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

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

border-color css

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

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

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