#621c3b

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

Shades of Pompadour #621C3B

Tints of Pompadour #621C3B

Color information

#621C3B (or 0x621C3B) is unknown color: approx Pompadour. HEX triplet: 62, 1C and 3B. RGB value is (98,28,59). Sum of RGB (Red+Green+Blue) = 98+28+59=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C3B is #9DE3C4. Grayscale: #343434. Windows color (decimal): -10347461 or 3873890. OLE color: 3873890.

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

Color convert

RGB982859-
CMYK00.710.400.62
HSL333.43º55.56%24.71%-
HSV(B)333.43º71.43%38.43%-
XYZ6.243.744.53-
YUV52.46131.69160.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=52.97%
G=15.14%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98285900.710.400.62333.4355.5624.71
Hex621C3B047283E14d3819
Octal1423473010750765157031
Binary1100010111001110110100011110100011111010100110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621c3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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