#63153B

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

Shades of Pompadour #63153B

Tints of Pompadour #63153B

Color information

#63153B (or 0x63153B) is unknown color: approx Pompadour. HEX triplet: 63, 15 and 3B. RGB value is (99,21,59). Sum of RGB (Red+Green+Blue) = 99+21+59=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #63153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63153B is #9CEAC4. Grayscale: #303030. Windows color (decimal): -10283717 or 3872099. OLE color: 3872099.

HSL color Cylindrical-coordinate representation of color #63153B: hue angle of 330.77º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63153B is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB992159-
CMYK00.790.400.61
HSL330.77º65%23.53%-
HSV(B)330.77º78.79%38.82%-
XYZ6.23.54.49-
YUV48.65133.84163.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.31%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=55.31%
G=11.73%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99215900.790.400.61330.776523.53
Hex63153B04F283D14b4118
Octal14325730117507551310130
Binary11000111010111101101001111101000111101101001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63153B; }

 p { color: rgb(99,21,59); }

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

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

 a { background-color: rgb(99,21,59); }

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

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

 span { border-color: rgb(99,21,59); }

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