#62294D

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

Shades of Pompadour #62294D

Tints of Pompadour #62294D

Color information

#62294D (or 0x62294D) is unknown color: approx Pompadour. HEX triplet: 62, 29 and 4D. RGB value is (98,41,77). Sum of RGB (Red+Green+Blue) = 98+41+77=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #62294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62294D is #9DD6B2. Grayscale: #3E3E3E. Windows color (decimal): -10344115 or 5056866. OLE color: 5056866.

HSL color Cylindrical-coordinate representation of color #62294D: hue angle of 322.11º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62294D is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB984177-
CMYK00.580.210.62
HSL322.11º41.01%27.25%-
HSV(B)322.11º58.16%38.43%-
XYZ7.174.727.55-
YUV62.15136.38153.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=45.37%
G=18.98%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98417700.580.210.62322.1141.0127.25
Hex62294D03A153E142291b
Octal1425111507225765025133
Binary1100010101001100110101110101010111111010100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62294D; }

 p { color: rgb(98,41,77); }

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

<style>
 a { background-color: #62294D; }

 a { background-color: rgb(98,41,77); }

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

<style>
 span { border-color: #62294D; }

 span { border-color: rgb(98,41,77); }

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