#621D3E

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

Shades of Pompadour #621D3E

Tints of Pompadour #621D3E

Color information

#621D3E (or 0x621D3E) is unknown color: approx Pompadour. HEX triplet: 62, 1D and 3E. RGB value is (98,29,62). Sum of RGB (Red+Green+Blue) = 98+29+62=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #621D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D3E is #9DE2C1. Grayscale: #353535. Windows color (decimal): -10347202 or 4070754. OLE color: 4070754.

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

Color convert

RGB982962-
CMYK00.700.370.62
HSL331.3º54.33%24.9%-
HSV(B)331.3º70.41%38.43%-
XYZ6.353.824.96-
YUV53.39132.86159.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 29 (11.72% from 255) = 15.34%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=51.85%
G=15.34%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98296200.700.370.62331.354.3324.9
Hex621D3E046253E14b3619
Octal1423576010645765136631
Binary1100010111011111100100011010010111111010100101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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