Html Css Color HEX #702106 Falu Red

📋 copy color: '#702106'

red 112 ◦ green 33 ◦ blue 6

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

Shades of Falu Red #702106

Tints of Falu Red #702106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.97%

R = 74.17%
G = 21.85%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#702106 (or 0x702106) is known color: Falu Red. HEX triplet: 70, 21 and 06. RGB value is (112,33,6). Sum of RGB (Red+Green+Blue) = 112+33+6=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #702106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702106 is #8FDEF9. Grayscale: #353535. Windows color (decimal): -9428730 or 401776. OLE color: 401776.

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

Color convert

RGB 112 33 6 -
CMYK 0 0.71 0.95 0.56
HSL 15.28º 0.9% 0.23% -
HSV(B) 15.28º 0.95% 0.44% -
XYZ 7.26 4.55 0.67 -
YUV 53.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 112 33 6 0 0.71 0.95 0.56 15.28 0.9 0.23
Hex 70 21 6 0 47 5F 38 F 5A 17
Octal 160 41 6 0 107 137 70 17 132 27
Binary 1110000 100001 110 0 1000111 1011111 111000 1111 1011010 10111

Color Harmonies of #702106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702106

Black with #702106

Text Example


Text Example

White with #702106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702106; }

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

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

background-color css

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

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

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

border-color css

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

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

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