#702452

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

Shades of Pompadour #702452

Tints of Pompadour #702452

Color information

#702452 (or 0x702452) is unknown color: approx Pompadour. HEX triplet: 70, 24 and 52. RGB value is (112,36,82). Sum of RGB (Red+Green+Blue) = 112+36+82=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #702452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702452 is #8FDBAD. Grayscale: #3F3F3F. Windows color (decimal): -9427886 or 5383280. OLE color: 5383280.

HSL color Cylindrical-coordinate representation of color #702452: hue angle of 323.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702452 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1123682-
CMYK00.680.270.56
HSL323.68º51.35%29.02%-
HSV(B)323.68º67.86%43.92%-
XYZ8.845.328.54-
YUV63.97138.18162.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=48.70%
G=15.65%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112368200.680.270.56323.6851.3529.02
Hex7024520441B38144331d
Octal16044122010433705046335
Binary11100001001001010010010001001101111100010100010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702452; }

 p { color: rgb(112,36,82); }

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

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

 a { background-color: rgb(112,36,82); }

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

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

 span { border-color: rgb(112,36,82); }

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