#62134C

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

Shades of Pompadour #62134C

Tints of Pompadour #62134C

Color information

#62134C (or 0x62134C) is unknown color: approx Pompadour. HEX triplet: 62, 13 and 4C. RGB value is (98,19,76). Sum of RGB (Red+Green+Blue) = 98+19+76=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62134C is #9DECB3. Grayscale: #303030. Windows color (decimal): -10349748 or 4985698. OLE color: 4985698.

HSL color Cylindrical-coordinate representation of color #62134C: hue angle of 316.71º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62134C is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB981976-
CMYK00.810.220.62
HSL316.71º67.52%22.94%-
HSV(B)316.71º80.61%38.43%-
XYZ6.573.587.18-
YUV49.12143.17162.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 76 (30.08% from 255) = 39.38%
R=50.78%
G=9.84%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98197600.810.220.62316.7167.5222.94
Hex62134C051163E13d4417
Octal142231140121267647510427
Binary11000101001110011000101000110110111110100111101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62134C; }

 p { color: rgb(98,19,76); }

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

<style>
 a { background-color: #62134C; }

 a { background-color: rgb(98,19,76); }

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

<style>
 span { border-color: #62134C; }

 span { border-color: rgb(98,19,76); }

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