#621A4B

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

Shades of Pompadour #621A4B

Tints of Pompadour #621A4B

Color information

#621A4B (or 0x621A4B) is unknown color: approx Pompadour. HEX triplet: 62, 1A and 4B. RGB value is (98,26,75). Sum of RGB (Red+Green+Blue) = 98+26+75=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #621A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A4B is #9DE5B4. Grayscale: #343434. Windows color (decimal): -10347957 or 4921954. OLE color: 4921954.

HSL color Cylindrical-coordinate representation of color #621A4B: hue angle of 319.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A4B is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB982675-
CMYK00.730.230.62
HSL319.17º58.06%24.31%-
HSV(B)319.17º73.47%38.43%-
XYZ6.683.847.05-
YUV53.11140.35160.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=49.25%
G=13.07%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98267500.730.230.62319.1758.0624.31
Hex621A4B049173E13f3a18
Octal14232113011127764777230
Binary1100010110101001011010010011011111111010011111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621A4B; }

 p { color: rgb(98,26,75); }

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

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

 a { background-color: rgb(98,26,75); }

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

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

 span { border-color: rgb(98,26,75); }

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