Html Css Color HEX #702110 Falu Red

📋 copy color: '#702110'

red 112 ◦ green 33 ◦ blue 16

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

Shades of Falu Red #702110

Tints of Falu Red #702110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.94%

R = 69.57%
G = 20.5%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#702110 (or 0x702110) is known color: Falu Red. HEX triplet: 70, 21 and 10. RGB value is (112,33,16). Sum of RGB (Red+Green+Blue) = 112+33+16=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #702110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702110 is #8FDEEF. Grayscale: #363636. Windows color (decimal): -9428720 or 1057136. OLE color: 1057136.

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

Color convert

RGB 112 33 16 -
CMYK 0 0.71 0.86 0.56
HSL 10.63º 0.75% 0.25% -
HSV(B) 10.63º 0.86% 0.44% -
XYZ 7.32 4.57 0.99 -
YUV 54.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 112 33 16 0 0.71 0.86 0.56 10.63 0.75 0.25
Hex 70 21 10 0 47 56 38 B 4B 19
Octal 160 41 20 0 107 126 70 13 113 31
Binary 1110000 100001 10000 0 1000111 1010110 111000 1011 1001011 11001

Color Harmonies of #702110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702110

Black with #702110

Text Example


Text Example

White with #702110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702110; }

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

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

background-color css

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

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

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

border-color css

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

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

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