#63174F

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

Shades of Pompadour #63174F

Tints of Pompadour #63174F

Color information

#63174F (or 0x63174F) is unknown color: approx Pompadour. HEX triplet: 63, 17 and 4F. RGB value is (99,23,79). Sum of RGB (Red+Green+Blue) = 99+23+79=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #63174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63174F is #9CE8B0. Grayscale: #333333. Windows color (decimal): -10283185 or 5183331. OLE color: 5183331.

HSL color Cylindrical-coordinate representation of color #63174F: hue angle of 315.79º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63174F is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB992379-
CMYK00.770.200.61
HSL315.79º62.3%23.92%-
HSV(B)315.79º76.77%38.82%-
XYZ6.863.837.77-
YUV52.11143.18161.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=49.25%
G=11.44%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99237900.770.200.61315.7962.323.92
Hex63174F04D143D13c3e18
Octal14327117011524754747630
Binary1100011101111001111010011011010011110110011110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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