Html Css Color HEX #702019 Falu Red

📋 copy color: '#702019'

red 112 ◦ green 32 ◦ blue 25

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

Shades of Falu Red #702019

Tints of Falu Red #702019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 25 (10.16% from 255) = 14.79%

R = 66.27%
G = 18.93%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#702019 (or 0x702019) is known color: Falu Red. HEX triplet: 70, 20 and 19. RGB value is (112,32,25). Sum of RGB (Red+Green+Blue) = 112+32+25=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702019 is #8FDFE6. Grayscale: #373737. Windows color (decimal): -9428967 or 1646704. OLE color: 1646704.

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

Color convert

RGB 112 32 25 -
CMYK 0 0.71 0.78 0.56
HSL 4.83º 0.64% 0.27% -
HSV(B) 4.83º 0.78% 0.44% -
XYZ 7.37 4.55 1.41 -
YUV 55.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 112 32 25 0 0.71 0.78 0.56 4.83 0.64 0.27
Hex 70 20 19 0 47 4E 38 5 40 1B
Octal 160 40 31 0 107 116 70 5 100 33
Binary 1110000 100000 11001 0 1000111 1001110 111000 101 1000000 11011

Color Harmonies of #702019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702019

Black with #702019

Text Example


Text Example

White with #702019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702019; }

 p { color: rgb(112,32,25); }

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

background-color css

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

 a { background-color: rgb(112,32,25); }

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

border-color css

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

 span { border-color: rgb(112,32,25); }

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