#62304E

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

Shades of Pompadour #62304E

Tints of Pompadour #62304E

Color information

#62304E (or 0x62304E) is unknown color: approx Pompadour. HEX triplet: 62, 30 and 4E. RGB value is (98,48,78). Sum of RGB (Red+Green+Blue) = 98+48+78=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62304E is #9DCFB1. Grayscale: #424242. Windows color (decimal): -10342322 or 5124194. OLE color: 5124194.

HSL color Cylindrical-coordinate representation of color #62304E: hue angle of 324º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62304E is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB984878-
CMYK00.510.200.62
HSL324º34.25%28.63%-
HSV(B)324º51.02%38.43%-
XYZ7.475.267.83-
YUV66.37134.56150.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=43.75%
G=21.43%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98487800.510.200.6232434.2528.63
Hex62304E033143E144221d
Octal1426011606324765044235
Binary1100010110000100111001100111010011111010100010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62304E; }

 p { color: rgb(98,48,78); }

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

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

 a { background-color: rgb(98,48,78); }

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

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

 span { border-color: rgb(98,48,78); }

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