#621C4B

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

Shades of Pompadour #621C4B

Tints of Pompadour #621C4B

Color information

#621C4B (or 0x621C4B) is unknown color: approx Pompadour. HEX triplet: 62, 1C and 4B. RGB value is (98,28,75). Sum of RGB (Red+Green+Blue) = 98+28+75=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #621C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C4B is #9DE3B4. Grayscale: #363636. Windows color (decimal): -10347445 or 4922466. OLE color: 4922466.

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

Color convert

RGB982875-
CMYK00.710.230.62
HSL319.71º55.56%24.71%-
HSV(B)319.71º71.43%38.43%-
XYZ6.723.947.06-
YUV54.29139.69159.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=48.76%
G=13.93%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98287500.710.230.62319.7155.5624.71
Hex621C4B047173E1403819
Octal14234113010727765007031
Binary1100010111001001011010001111011111111010100000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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