#62254E

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

Shades of Pompadour #62254E

Tints of Pompadour #62254E

Color information

#62254E (or 0x62254E) is unknown color: approx Pompadour. HEX triplet: 62, 25 and 4E. RGB value is (98,37,78). Sum of RGB (Red+Green+Blue) = 98+37+78=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62254E is #9DDAB1. Grayscale: #3B3B3B. Windows color (decimal): -10345138 or 5121378. OLE color: 5121378.

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

Color convert

RGB983778-
CMYK00.620.200.62
HSL319.67º45.19%26.47%-
HSV(B)319.67º62.24%38.43%-
XYZ7.074.477.7-
YUV59.91138.21155.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=46.01%
G=17.37%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98377800.620.200.62319.6745.1926.47
Hex62254E03E143E1402d1a
Octal1424511607624765005532
Binary1100010100101100111001111101010011111010100000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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