#621642

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

Shades of Pompadour #621642

Tints of Pompadour #621642

Color information

#621642 (or 0x621642) is unknown color: approx Pompadour. HEX triplet: 62, 16 and 42. RGB value is (98,22,66). Sum of RGB (Red+Green+Blue) = 98+22+66=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #621642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621642 is #9DE9BD. Grayscale: #313131. Windows color (decimal): -10348990 or 4331106. OLE color: 4331106.

HSL color Cylindrical-coordinate representation of color #621642: hue angle of 325.26º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621642 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB982266-
CMYK00.780.330.62
HSL325.26º63.33%23.53%-
HSV(B)325.26º77.55%38.43%-
XYZ6.313.565.51-
YUV49.74137.18162.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=52.69%
G=11.83%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98226600.780.330.62325.2663.3323.53
Hex62164204E213E1453f18
Octal14226102011641765057730
Binary11000101011010000100100111010000111111010100010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621642; }

 p { color: rgb(98,22,66); }

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

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

 a { background-color: rgb(98,22,66); }

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

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

 span { border-color: rgb(98,22,66); }

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