#62254A

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

Shades of Pompadour #62254A

Tints of Pompadour #62254A

Color information

#62254A (or 0x62254A) is unknown color: approx Pompadour. HEX triplet: 62, 25 and 4A. RGB value is (98,37,74). Sum of RGB (Red+Green+Blue) = 98+37+74=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62254A is #9DDAB5. Grayscale: #3B3B3B. Windows color (decimal): -10345142 or 4859234. OLE color: 4859234.

HSL color Cylindrical-coordinate representation of color #62254A: hue angle of 323.61º 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 #62254A is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB983774-
CMYK00.620.240.62
HSL323.61º45.19%26.47%-
HSV(B)323.61º62.24%38.43%-
XYZ6.934.416.97-
YUV59.46136.21155.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=46.89%
G=17.70%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98377400.620.240.62323.6145.1926.47
Hex62254A03E183E1442d1a
Octal1424511207630765045532
Binary1100010100101100101001111101100011111010100010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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