#62213E

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

Shades of Pompadour #62213E

Tints of Pompadour #62213E

Color information

#62213E (or 0x62213E) is unknown color: approx Pompadour. HEX triplet: 62, 21 and 3E. RGB value is (98,33,62). Sum of RGB (Red+Green+Blue) = 98+33+62=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62213E is #9DDEC1. Grayscale: #373737. Windows color (decimal): -10346178 or 4071778. OLE color: 4071778.

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

Color convert

RGB983362-
CMYK00.660.370.62
HSL333.23º49.62%25.69%-
HSV(B)333.23º66.33%38.43%-
XYZ6.454.035-
YUV55.74131.53158.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=50.78%
G=17.10%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98336200.660.370.62333.2349.6225.69
Hex62213E042253E14d321a
Octal1424176010245765156232
Binary11000101000011111100100001010010111111010100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,33,62); }

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

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

 a { background-color: rgb(98,33,62); }

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

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

 span { border-color: rgb(98,33,62); }

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