#621D3C

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

Shades of Pompadour #621D3C

Tints of Pompadour #621D3C

Color information

#621D3C (or 0x621D3C) is unknown color: approx Pompadour. HEX triplet: 62, 1D and 3C. RGB value is (98,29,60). Sum of RGB (Red+Green+Blue) = 98+29+60=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #621D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D3C is #9DE2C3. Grayscale: #353535. Windows color (decimal): -10347204 or 3939682. OLE color: 3939682.

HSL color Cylindrical-coordinate representation of color #621D3C: hue angle of 333.04º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #621D3C is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB982960-
CMYK00.700.390.62
HSL333.04º54.33%24.9%-
HSV(B)333.04º70.41%38.43%-
XYZ6.293.84.68-
YUV53.17131.86159.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.41%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=52.41%
G=15.51%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98296000.700.390.62333.0454.3324.9
Hex621D3C046273E14d3619
Octal1423574010647765156631
Binary1100010111011111000100011010011111111010100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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