#63154F

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

Shades of Pompadour #63154F

Tints of Pompadour #63154F

Color information

#63154F (or 0x63154F) is unknown color: approx Pompadour. HEX triplet: 63, 15 and 4F. RGB value is (99,21,79). Sum of RGB (Red+Green+Blue) = 99+21+79=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63154F is #9CEAB0. Grayscale: #323232. Windows color (decimal): -10283697 or 5182819. OLE color: 5182819.

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

Color convert

RGB992179-
CMYK00.790.200.61
HSL315.38º65%23.53%-
HSV(B)315.38º78.79%38.82%-
XYZ6.833.757.76-
YUV50.93143.84162.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=49.75%
G=10.55%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99217900.790.200.61315.386523.53
Hex63154F04F143D13b4118
Octal143251170117247547310130
Binary11000111010110011110100111110100111101100111011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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