#621E3A

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

Shades of Pompadour #621E3A

Tints of Pompadour #621E3A

Color information

#621E3A (or 0x621E3A) is unknown color: approx Pompadour. HEX triplet: 62, 1E and 3A. RGB value is (98,30,58). Sum of RGB (Red+Green+Blue) = 98+30+58=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #621E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E3A is #9DE1C5. Grayscale: #353535. Windows color (decimal): -10346950 or 3808866. OLE color: 3808866.

HSL color Cylindrical-coordinate representation of color #621E3A: hue angle of 335.29º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #621E3A is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB983058-
CMYK00.690.410.62
HSL335.29º53.12%25.1%-
HSV(B)335.29º69.39%38.43%-
XYZ6.263.834.41-
YUV53.52130.53159.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 30 (12.11% from 255) = 16.13%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=52.69%
G=16.13%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98305800.690.410.62335.2953.1225.1
Hex621E3A045293E14f3519
Octal1423672010551765176531
Binary1100010111101110100100010110100111111010100111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,30,58); }

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

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

 a { background-color: rgb(98,30,58); }

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

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

 span { border-color: rgb(98,30,58); }

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