#62133C

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

Shades of Pompadour #62133C

Tints of Pompadour #62133C

Color information

#62133C (or 0x62133C) is unknown color: approx Pompadour. HEX triplet: 62, 13 and 3C. RGB value is (98,19,60). Sum of RGB (Red+Green+Blue) = 98+19+60=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62133C is #9DECC3. Grayscale: #2F2F2F. Windows color (decimal): -10349764 or 3937122. OLE color: 3937122.

HSL color Cylindrical-coordinate representation of color #62133C: hue angle of 328.86º 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 #62133C is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB981960-
CMYK00.810.390.62
HSL328.86º67.52%22.94%-
HSV(B)328.86º80.61%38.43%-
XYZ6.093.394.61-
YUV47.3135.17164.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=55.37%
G=10.73%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98196000.810.390.62328.8667.5222.94
Hex62133C051273E1494417
Octal14223740121477651110427
Binary11000101001111110001010001100111111110101001001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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