#62314E

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

Shades of Pompadour #62314E

Tints of Pompadour #62314E

Color information

#62314E (or 0x62314E) is unknown color: approx Pompadour. HEX triplet: 62, 31 and 4E. RGB value is (98,49,78). Sum of RGB (Red+Green+Blue) = 98+49+78=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62314E is #9DCEB1. Grayscale: #424242. Windows color (decimal): -10342066 or 5124450. OLE color: 5124450.

HSL color Cylindrical-coordinate representation of color #62314E: hue angle of 324.49º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62314E is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB984978-
CMYK00.50.200.62
HSL324.49º33.33%28.82%-
HSV(B)324.49º50%38.43%-
XYZ7.515.347.84-
YUV66.96134.23150.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=43.56%
G=21.78%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98497800.50.200.62324.4933.3328.82
Hex62314E032143E144211d
Octal1426111606224765044135
Binary1100010110001100111001100101010011111010100010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62314E; }

 p { color: rgb(98,49,78); }

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

<style>
 a { background-color: #62314E; }

 a { background-color: rgb(98,49,78); }

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

<style>
 span { border-color: #62314E; }

 span { border-color: rgb(98,49,78); }

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