#621345

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

Shades of Pompadour #621345

Tints of Pompadour #621345

Color information

#621345 (or 0x621345) is unknown color: approx Pompadour. HEX triplet: 62, 13 and 45. RGB value is (98,19,69). Sum of RGB (Red+Green+Blue) = 98+19+69=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #621345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621345 is #9DECBA. Grayscale: #303030. Windows color (decimal): -10349755 or 4526946. OLE color: 4526946.

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

Color convert

RGB981969-
CMYK00.810.300.62
HSL322.03º67.52%22.94%-
HSV(B)322.03º80.61%38.43%-
XYZ6.343.495.97-
YUV48.32139.67163.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=52.69%
G=10.22%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98196900.810.300.62322.0367.5222.94
Hex6213450511E3E1424417
Octal142231050121367650210427
Binary11000101001110001010101000111110111110101000010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621345; }

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

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

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

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

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

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

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

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