Html Css Color HEX #702219 Falu Red

📋 copy color: '#702219'

red 112 ◦ green 34 ◦ blue 25

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

Shades of Falu Red #702219

Tints of Falu Red #702219

RGB

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

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

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

R = 65.5%
G = 19.88%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#702219 (or 0x702219) is known color: Falu Red. HEX triplet: 70, 22 and 19. RGB value is (112,34,25). Sum of RGB (Red+Green+Blue) = 112+34+25=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #702219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702219 is #8FDDE6. Grayscale: #383838. Windows color (decimal): -9428455 or 1647216. OLE color: 1647216.

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

Color convert

RGB 112 34 25 -
CMYK 0 0.70 0.78 0.56
HSL 6.21º 0.64% 0.27% -
HSV(B) 6.21º 0.78% 0.44% -
XYZ 7.43 4.66 1.43 -
YUV 56.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 112 34 25 0 0.70 0.78 0.56 6.21 0.64 0.27
Hex 70 22 19 0 46 4E 38 6 40 1B
Octal 160 42 31 0 106 116 70 6 100 33
Binary 1110000 100010 11001 0 1000110 1001110 111000 110 1000000 11011

Color Harmonies of #702219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702219

Black with #702219

Text Example


Text Example

White with #702219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702219; }

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

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

background-color css

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

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

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

border-color css

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

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

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