#63154D

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

Shades of Pompadour #63154D

Tints of Pompadour #63154D

Color information

#63154D (or 0x63154D) is unknown color: approx Pompadour. HEX triplet: 63, 15 and 4D. RGB value is (99,21,77). Sum of RGB (Red+Green+Blue) = 99+21+77=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63154D is #9CEAB2. Grayscale: #323232. Windows color (decimal): -10283699 or 5051747. OLE color: 5051747.

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

Color convert

RGB992177-
CMYK00.790.220.61
HSL316.92º65%23.53%-
HSV(B)316.92º78.79%38.82%-
XYZ6.753.727.38-
YUV50.71142.84162.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=50.25%
G=10.66%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99217700.790.220.61316.926523.53
Hex63154D04F163D13d4118
Octal143251150117267547510130
Binary11000111010110011010100111110110111101100111101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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