Html Css Color HEX #702017 Falu Red

📋 copy color: '#702017'

red 112 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #702017

Tints of Falu Red #702017

RGB

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

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

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

R = 67.07%
G = 19.16%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#702017 (or 0x702017) is known color: Falu Red. HEX triplet: 70, 20 and 17. RGB value is (112,32,23). Sum of RGB (Red+Green+Blue) = 112+32+23=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #702017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702017 is #8FDFE8. Grayscale: #373737. Windows color (decimal): -9428969 or 1515632. OLE color: 1515632.

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

Color convert

RGB 112 32 23 -
CMYK 0 0.71 0.79 0.56
HSL 6.07º 0.66% 0.26% -
HSV(B) 6.07º 0.79% 0.44% -
XYZ 7.35 4.54 1.3 -
YUV 54.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 112 32 23 0 0.71 0.79 0.56 6.07 0.66 0.26
Hex 70 20 17 0 47 4F 38 6 42 1A
Octal 160 40 27 0 107 117 70 6 102 32
Binary 1110000 100000 10111 0 1000111 1001111 111000 110 1000010 11010

Color Harmonies of #702017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702017

Black with #702017

Text Example


Text Example

White with #702017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702017; }

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

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

background-color css

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

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

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

border-color css

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

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

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