#621B4B

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

Shades of Pompadour #621B4B

Tints of Pompadour #621B4B

Color information

#621B4B (or 0x621B4B) is unknown color: approx Pompadour. HEX triplet: 62, 1B and 4B. RGB value is (98,27,75). Sum of RGB (Red+Green+Blue) = 98+27+75=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #621B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B4B is #9DE4B4. Grayscale: #353535. Windows color (decimal): -10347701 or 4922210. OLE color: 4922210.

HSL color Cylindrical-coordinate representation of color #621B4B: hue angle of 319.44º 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 #621B4B is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB982775-
CMYK00.720.230.62
HSL319.44º56.8%24.51%-
HSV(B)319.44º72.45%38.43%-
XYZ6.73.897.05-
YUV53.7140.02159.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 27 (10.94% from 255) = 13.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=49%
G=13.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98277500.720.230.62319.4456.824.51
Hex621B4B048173E13f3919
Octal14233113011027764777131
Binary1100010110111001011010010001011111111010011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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