#62264E

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

Shades of Pompadour #62264E

Tints of Pompadour #62264E

Color information

#62264E (or 0x62264E) is unknown color: approx Pompadour. HEX triplet: 62, 26 and 4E. RGB value is (98,38,78). Sum of RGB (Red+Green+Blue) = 98+38+78=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #62264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62264E is #9DD9B1. Grayscale: #3C3C3C. Windows color (decimal): -10344882 or 5121634. OLE color: 5121634.

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

Color convert

RGB983878-
CMYK00.610.200.62
HSL320º44.12%26.67%-
HSV(B)320º61.22%38.43%-
XYZ7.114.537.71-
YUV60.5137.88154.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.79%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=45.79%
G=17.76%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98387800.610.200.6232044.1226.67
Hex62264E03D143E1402c1b
Octal1424611607524765005433
Binary1100010100110100111001111011010011111010100000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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