#63153D

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

Shades of Pompadour #63153D

Tints of Pompadour #63153D

Color information

#63153D (or 0x63153D) is unknown color: approx Pompadour. HEX triplet: 63, 15 and 3D. RGB value is (99,21,61). Sum of RGB (Red+Green+Blue) = 99+21+61=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63153D is #9CEAC2. Grayscale: #303030. Windows color (decimal): -10283715 or 4003171. OLE color: 4003171.

HSL color Cylindrical-coordinate representation of color #63153D: hue angle of 329.23º 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 #63153D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB992161-
CMYK00.790.380.61
HSL329.23º65%23.53%-
HSV(B)329.23º78.79%38.82%-
XYZ6.263.534.77-
YUV48.88134.84163.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=54.70%
G=11.60%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99216100.790.380.61329.236523.53
Hex63153D04F263D1494118
Octal14325750117467551110130
Binary11000111010111110101001111100110111101101001001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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