#621C3C

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

Shades of Pompadour #621C3C

Tints of Pompadour #621C3C

Color information

#621C3C (or 0x621C3C) is unknown color: approx Pompadour. HEX triplet: 62, 1C and 3C. RGB value is (98,28,60). Sum of RGB (Red+Green+Blue) = 98+28+60=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #621C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C3C is #9DE3C3. Grayscale: #343434. Windows color (decimal): -10347460 or 3939426. OLE color: 3939426.

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

Color convert

RGB982860-
CMYK00.710.390.62
HSL332.57º55.56%24.71%-
HSV(B)332.57º71.43%38.43%-
XYZ6.273.754.67-
YUV52.58132.19160.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 28 (11.33% from 255) = 15.05%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=52.69%
G=15.05%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98286000.710.390.62332.5755.5624.71
Hex621C3C047273E14d3819
Octal1423474010747765157031
Binary1100010111001111000100011110011111111010100110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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