#621534

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

Shades of Pompadour #621534

Tints of Pompadour #621534

Color information

#621534 (or 0x621534) is unknown color: approx Pompadour. HEX triplet: 62, 15 and 34. RGB value is (98,21,52). Sum of RGB (Red+Green+Blue) = 98+21+52=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #621534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621534 is #9DEACB. Grayscale: #2F2F2F. Windows color (decimal): -10349260 or 3413346. OLE color: 3413346.

HSL color Cylindrical-coordinate representation of color #621534: hue angle of 335.84º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621534 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB982152-
CMYK00.790.470.62
HSL335.84º64.71%23.33%-
HSV(B)335.84º78.57%38.43%-
XYZ5.933.383.59-
YUV47.56130.51163.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=57.31%
G=12.28%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98215200.790.470.62335.8464.7123.33
Hex62153404F2F3E1504117
Octal14225640117577652010127
Binary11000101010111010001001111101111111110101010000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621534; }

 p { color: rgb(98,21,52); }

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

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

 a { background-color: rgb(98,21,52); }

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

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

 span { border-color: rgb(98,21,52); }

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