#70173D

Color #70173D Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #70173D

Tints of Pompadour #70173D

Color information

#70173D (or 0x70173D) is unknown color: approx Pompadour. HEX triplet: 70, 17 and 3D. RGB value is (112,23,61). Sum of RGB (Red+Green+Blue) = 112+23+61=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70173D is #8FE8C2. Grayscale: #353535. Windows color (decimal): -9431235 or 4003696. OLE color: 4003696.

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

Color convert

RGB1122361-
CMYK00.790.460.56
HSL334.38º65.93%26.47%-
HSV(B)334.38º79.46%43.92%-
XYZ7.834.394.85-
YUV53.94131.99169.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=57.14%
G=11.73%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112236100.790.460.56334.3865.9326.47
Hex70173D04F2E3814e421a
Octal16027750117567051610232
Binary11100001011111110101001111101110111000101001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70173D;
 }
 .AnyTagClassName
 {
   color: #70173D;
 }
</style>
background-color css

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

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

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

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

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

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