#702043

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

Shades of Pompadour #702043

Tints of Pompadour #702043

Color information

#702043 (or 0x702043) is unknown color: approx Pompadour. HEX triplet: 70, 20 and 43. RGB value is (112,32,67). Sum of RGB (Red+Green+Blue) = 112+32+67=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #702043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702043 is #8FDFBC. Grayscale: #3B3B3B. Windows color (decimal): -9428925 or 4399216. OLE color: 4399216.

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

Color convert

RGB1123267-
CMYK00.710.400.56
HSL333.75º55.56%28.24%-
HSV(B)333.75º71.43%43.92%-
XYZ8.214.885.82-
YUV59.91132165.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=53.08%
G=15.17%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112326700.710.400.56333.7555.5628.24
Hex702043047283814e381c
Octal16040103010750705167034
Binary111000010000010000110100011110100011100010100111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702043; }

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

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

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

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

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

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

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

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