Html Css Color HEX #701817 Falu Red

📋 copy color: '#701817'

red 112 ◦ green 24 ◦ blue 23

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

Shades of Falu Red #701817

Tints of Falu Red #701817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.09%

 BLUE value IS 23 (9.38% from 255) = 14.47%

R = 70.44%
G = 15.09%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#701817 (or 0x701817) is known color: Falu Red. HEX triplet: 70, 18 and 17. RGB value is (112,24,23). Sum of RGB (Red+Green+Blue) = 112+24+23=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #701817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701817 is #8FE7E8. Grayscale: #323232. Windows color (decimal): -9431017 or 1513584. OLE color: 1513584.

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

Color convert

RGB 112 24 23 -
CMYK 0 0.79 0.79 0.56
HSL 0.67º 0.66% 0.26% -
HSV(B) 0.67º 0.79% 0.44% -
XYZ 7.16 4.16 1.24 -
YUV 50.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 112 24 23 0 0.79 0.79 0.56 0.67 0.66 0.26
Hex 70 18 17 0 4F 4F 38 1 42 1A
Octal 160 30 27 0 117 117 70 1 102 32
Binary 1110000 11000 10111 0 1001111 1001111 111000 1 1000010 11010

Color Harmonies of #701817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701817

Black with #701817

Text Example


Text Example

White with #701817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701817; }

 p { color: rgb(112,24,23); }

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

background-color css

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

 a { background-color: rgb(112,24,23); }

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

border-color css

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

 span { border-color: rgb(112,24,23); }

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