#621333

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

Shades of Pompadour #621333

Tints of Pompadour #621333

Color information

#621333 (or 0x621333) is unknown color: approx Pompadour. HEX triplet: 62, 13 and 33. RGB value is (98,19,51). Sum of RGB (Red+Green+Blue) = 98+19+51=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #621333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621333 is #9DECCC. Grayscale: #2E2E2E. Windows color (decimal): -10349773 or 3347298. OLE color: 3347298.

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

Color convert

RGB981951-
CMYK00.810.480.62
HSL335.7º67.52%22.94%-
HSV(B)335.7º80.61%38.43%-
XYZ5.873.33.46-
YUV46.27130.67164.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=58.33%
G=11.31%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98195100.810.480.62335.767.5222.94
Hex621333051303E1504417
Octal14223630121607652010427
Binary11000101001111001101010001110000111110101010000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621333; }

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

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

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

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

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

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

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

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