#702348

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

Shades of Pompadour #702348

Tints of Pompadour #702348

Color information

#702348 (or 0x702348) is unknown color: approx Pompadour. HEX triplet: 70, 23 and 48. RGB value is (112,35,72). Sum of RGB (Red+Green+Blue) = 112+35+72=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #702348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702348 is #8FDCB7. Grayscale: #3E3E3E. Windows color (decimal): -9428152 or 4727664. OLE color: 4727664.

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

Color convert

RGB1123572-
CMYK00.690.360.56
HSL331.17º52.38%28.82%-
HSV(B)331.17º68.75%43.92%-
XYZ8.455.116.67-
YUV62.24133.51163.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=51.14%
G=15.98%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112357200.690.360.56331.1752.3828.82
Hex702348045243814b341d
Octal16043110010544705136435
Binary111000010001110010000100010110010011100010100101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702348; }

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

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

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

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

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

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

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

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