#62153A

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

Shades of Pompadour #62153A

Tints of Pompadour #62153A

Color information

#62153A (or 0x62153A) is unknown color: approx Pompadour. HEX triplet: 62, 15 and 3A. RGB value is (98,21,58). Sum of RGB (Red+Green+Blue) = 98+21+58=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62153A is #9DEAC5. Grayscale: #303030. Windows color (decimal): -10349254 or 3806562. OLE color: 3806562.

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

Color convert

RGB982158-
CMYK00.790.410.62
HSL331.17º64.71%23.33%-
HSV(B)331.17º78.57%38.43%-
XYZ6.073.444.35-
YUV48.24133.51163.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=55.37%
G=11.86%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98215800.790.410.62331.1764.7123.33
Hex62153A04F293E14b4117
Octal14225720117517651310127
Binary11000101010111101001001111101001111110101001011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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