#621B4C

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

Shades of Pompadour #621B4C

Tints of Pompadour #621B4C

Color information

#621B4C (or 0x621B4C) is unknown color: approx Pompadour. HEX triplet: 62, 1B and 4C. RGB value is (98,27,76). Sum of RGB (Red+Green+Blue) = 98+27+76=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #621B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B4C is #9DE4B3. Grayscale: #353535. Windows color (decimal): -10347700 or 4987746. OLE color: 4987746.

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

Color convert

RGB982776-
CMYK00.720.220.62
HSL318.59º56.8%24.51%-
HSV(B)318.59º72.45%38.43%-
XYZ6.733.97.24-
YUV53.82140.52159.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=48.76%
G=13.43%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98277600.720.220.62318.5956.824.51
Hex621B4C048163E13f3919
Octal14233114011026764777131
Binary1100010110111001100010010001011011111010011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,27,76); }

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

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

 a { background-color: rgb(98,27,76); }

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

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

 span { border-color: rgb(98,27,76); }

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