Html Css Color HEX #702215 Falu Red

📋 copy color: '#702215'

red 112 ◦ green 34 ◦ blue 21

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

Shades of Falu Red #702215

Tints of Falu Red #702215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 67.07%
G = 20.36%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#702215 (or 0x702215) is known color: Falu Red. HEX triplet: 70, 22 and 15. RGB value is (112,34,21). Sum of RGB (Red+Green+Blue) = 112+34+21=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #702215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702215 is #8FDDEA. Grayscale: #373737. Windows color (decimal): -9428459 or 1385072. OLE color: 1385072.

HSL color Cylindrical-coordinate representation of color #702215: hue angle of 8.57º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702215 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 21 -
CMYK 0 0.70 0.81 0.56
HSL 8.57º 0.68% 0.26% -
HSV(B) 8.57º 0.81% 0.44% -
XYZ 7.39 4.64 1.22 -
YUV 55.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 112 34 21 0 0.70 0.81 0.56 8.57 0.68 0.26
Hex 70 22 15 0 46 51 38 9 44 1A
Octal 160 42 25 0 106 121 70 11 104 32
Binary 1110000 100010 10101 0 1000110 1010001 111000 1001 1000100 11010

Color Harmonies of #702215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702215

Black with #702215

Text Example


Text Example

White with #702215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702215; }

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

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

background-color css

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

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

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

border-color css

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

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

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