#621C3E

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

Shades of Pompadour #621C3E

Tints of Pompadour #621C3E

Color information

#621C3E (or 0x621C3E) is unknown color: approx Pompadour. HEX triplet: 62, 1C and 3E. RGB value is (98,28,62). Sum of RGB (Red+Green+Blue) = 98+28+62=188 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.13% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 98 - color contains mainly: red. Hex color #621C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C3E is #9DE3C1. Grayscale: #343434. Windows color (decimal): -10347458 or 4070498. OLE color: 4070498.

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

Color convert

RGB982862-
CMYK00.710.370.62
HSL330.86º55.56%24.71%-
HSV(B)330.86º71.43%38.43%-
XYZ6.323.774.95-
YUV52.81133.19160.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.13%
GREEN value IS 28 (11.33% from 255) = 14.89%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=52.13%
G=14.89%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98286200.710.370.62330.8655.5624.71
Hex621C3E047253E14b3819
Octal1423476010745765137031
Binary1100010111001111100100011110010111111010100101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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