#621A3C

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

Shades of Pompadour #621A3C

Tints of Pompadour #621A3C

Color information

#621A3C (or 0x621A3C) is unknown color: approx Pompadour. HEX triplet: 62, 1A and 3C. RGB value is (98,26,60). Sum of RGB (Red+Green+Blue) = 98+26+60=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #621A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A3C is #9DE5C3. Grayscale: #333333. Windows color (decimal): -10347972 or 3938914. OLE color: 3938914.

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

Color convert

RGB982660-
CMYK00.730.390.62
HSL331.67º58.06%24.31%-
HSV(B)331.67º73.47%38.43%-
XYZ6.223.664.65-
YUV51.4132.85161.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=53.26%
G=14.13%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98266000.730.390.62331.6758.0624.31
Hex621A3C049273E14c3a18
Octal1423274011147765147230
Binary1100010110101111000100100110011111111010100110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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