#62154F

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

Shades of Pompadour #62154F

Tints of Pompadour #62154F

Color information

#62154F (or 0x62154F) is unknown color: approx Pompadour. HEX triplet: 62, 15 and 4F. RGB value is (98,21,79). Sum of RGB (Red+Green+Blue) = 98+21+79=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62154F is #9DEAB0. Grayscale: #323232. Windows color (decimal): -10349233 or 5182818. OLE color: 5182818.

HSL color Cylindrical-coordinate representation of color #62154F: hue angle of 314.81º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62154F is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB982179-
CMYK00.790.190.62
HSL314.81º64.71%23.33%-
HSV(B)314.81º78.57%38.43%-
XYZ6.723.77.76-
YUV50.64144.01161.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=49.49%
G=10.61%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98217900.790.190.62314.8164.7123.33
Hex62154F04F133E13b4117
Octal142251170117237647310127
Binary11000101010110011110100111110011111110100111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62154F; }

 p { color: rgb(98,21,79); }

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

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

 a { background-color: rgb(98,21,79); }

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

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

 span { border-color: rgb(98,21,79); }

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