#621935

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

Shades of Pompadour #621935

Tints of Pompadour #621935

Color information

#621935 (or 0x621935) is unknown color: approx Pompadour. HEX triplet: 62, 19 and 35. RGB value is (98,25,53). Sum of RGB (Red+Green+Blue) = 98+25+53=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #621935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621935 is #9DE6CA. Grayscale: #313131. Windows color (decimal): -10348235 or 3479906. OLE color: 3479906.

HSL color Cylindrical-coordinate representation of color #621935: hue angle of 336.99º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621935 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB982553-
CMYK00.740.460.62
HSL336.99º59.35%24.12%-
HSV(B)336.99º74.49%38.43%-
XYZ6.033.553.74-
YUV50.02129.68162.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=55.68%
G=14.20%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98255300.740.460.62336.9959.3524.12
Hex62193504A2E3E1513b18
Octal1423165011256765217330
Binary1100010110011101010100101010111011111010101000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621935; }

 p { color: rgb(98,25,53); }

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

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

 a { background-color: rgb(98,25,53); }

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

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

 span { border-color: rgb(98,25,53); }

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