#63174B

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

Shades of Pompadour #63174B

Tints of Pompadour #63174B

Color information

#63174B (or 0x63174B) is unknown color: approx Pompadour. HEX triplet: 63, 17 and 4B. RGB value is (99,23,75). Sum of RGB (Red+Green+Blue) = 99+23+75=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63174B is #9CE8B4. Grayscale: #333333. Windows color (decimal): -10283189 or 4921187. OLE color: 4921187.

HSL color Cylindrical-coordinate representation of color #63174B: hue angle of 318.95º 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 #63174B is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB992375-
CMYK00.770.240.61
HSL318.95º62.3%23.92%-
HSV(B)318.95º76.77%38.82%-
XYZ6.723.777.03-
YUV51.65141.18161.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=50.25%
G=11.68%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99237500.770.240.61318.9562.323.92
Hex63174B04D183D13f3e18
Octal14327113011530754777630
Binary1100011101111001011010011011100011110110011111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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