#621344

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

Shades of Pompadour #621344

Tints of Pompadour #621344

Color information

#621344 (or 0x621344) is unknown color: approx Pompadour. HEX triplet: 62, 13 and 44. RGB value is (98,19,68). Sum of RGB (Red+Green+Blue) = 98+19+68=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621344 is #9DECBB. Grayscale: #303030. Windows color (decimal): -10349756 or 4461410. OLE color: 4461410.

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

Color convert

RGB981968-
CMYK00.810.310.62
HSL322.78º67.52%22.94%-
HSV(B)322.78º80.61%38.43%-
XYZ6.313.485.81-
YUV48.21139.17163.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=52.97%
G=10.27%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98196800.810.310.62322.7867.5222.94
Hex6213440511F3E1434417
Octal142231040121377650310427
Binary11000101001110001000101000111111111110101000011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621344; }

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

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

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

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

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

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

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

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