#702748

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

Shades of Pompadour #702748

Tints of Pompadour #702748

Color information

#702748 (or 0x702748) is unknown color: approx Pompadour. HEX triplet: 70, 27 and 48. RGB value is (112,39,72). Sum of RGB (Red+Green+Blue) = 112+39+72=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #702748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702748 is #8FD8B7. Grayscale: #404040. Windows color (decimal): -9427128 or 4728688. OLE color: 4728688.

HSL color Cylindrical-coordinate representation of color #702748: hue angle of 332.88º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702748 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1123972-
CMYK00.650.360.56
HSL332.88º48.34%29.61%-
HSV(B)332.88º65.18%43.92%-
XYZ8.585.366.71-
YUV64.59132.18161.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=50.22%
G=17.49%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112397200.650.360.56332.8848.3429.61
Hex702748041243814d301e
Octal16047110010144705156036
Binary111000010011110010000100000110010011100010100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702748; }

 p { color: rgb(112,39,72); }

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

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

 a { background-color: rgb(112,39,72); }

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

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

 span { border-color: rgb(112,39,72); }

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