Html Css Color HEX #70173F Pompadour

📋 copy color: '#70173F'

red 112 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #70173F

Tints of Pompadour #70173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.62%

 BLUE value IS 63 (25% from 255) = 31.82%

R = 56.57%
G = 11.62%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70173F (or 0x70173F) is known color: Pompadour. HEX triplet: 70, 17 and 3F. RGB value is (112,23,63). Sum of RGB (Red+Green+Blue) = 112+23+63=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #70173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70173F is #8FE8C0. Grayscale: #363636. Windows color (decimal): -9431233 or 4134768. OLE color: 4134768.

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

Color convert

RGB 112 23 63 -
CMYK 0 0.79 0.44 0.56
HSL 333.03º 0.66% 0.26% -
HSV(B) 333.03º 0.79% 0.44% -
XYZ 7.89 4.42 5.14 -
YUV 54.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 112 23 63 0 0.79 0.44 0.56 333.03 0.66 0.26
Hex 70 17 3F 0 4F 2C 38 14D 42 1A
Octal 160 27 77 0 117 54 70 515 102 32
Binary 1110000 10111 111111 0 1001111 101100 111000 101001101 1000010 11010

Color Harmonies of #70173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70173F

Black with #70173F

Text Example


Text Example

White with #70173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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