Html Css Color HEX #702115 Falu Red

📋 copy color: '#702115'

red 112 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #702115

Tints of Falu Red #702115

RGB

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

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

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

R = 67.47%
G = 19.88%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#702115 (or 0x702115) is known color: Falu Red. HEX triplet: 70, 21 and 15. RGB value is (112,33,21). Sum of RGB (Red+Green+Blue) = 112+33+21=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #702115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702115 is #8FDEEA. Grayscale: #373737. Windows color (decimal): -9428715 or 1384816. OLE color: 1384816.

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

Color convert

RGB 112 33 21 -
CMYK 0 0.71 0.81 0.56
HSL 7.91º 0.68% 0.26% -
HSV(B) 7.91º 0.81% 0.44% -
XYZ 7.36 4.59 1.21 -
YUV 55.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 112 33 21 0 0.71 0.81 0.56 7.91 0.68 0.26
Hex 70 21 15 0 47 51 38 8 44 1A
Octal 160 41 25 0 107 121 70 10 104 32
Binary 1110000 100001 10101 0 1000111 1010001 111000 1000 1000100 11010

Color Harmonies of #702115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702115

Black with #702115

Text Example


Text Example

White with #702115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702115; }

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

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

background-color css

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

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

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

border-color css

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

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

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