#63133C

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

Shades of Pompadour #63133C

Tints of Pompadour #63133C

Color information

#63133C (or 0x63133C) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 3C. RGB value is (99,19,60). Sum of RGB (Red+Green+Blue) = 99+19+60=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63133C is #9CECC3. Grayscale: #2F2F2F. Windows color (decimal): -10284228 or 3937123. OLE color: 3937123.

HSL color Cylindrical-coordinate representation of color #63133C: hue angle of 329.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63133C is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB991960-
CMYK00.810.390.61
HSL329.25º67.8%23.14%-
HSV(B)329.25º80.81%38.82%-
XYZ6.193.444.61-
YUV47.59135164.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=55.62%
G=10.67%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99196000.810.390.61329.2567.823.14
Hex63133C051273D1494417
Octal14323740121477551110427
Binary11000111001111110001010001100111111101101001001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63133C; }

 p { color: rgb(99,19,60); }

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

<style>
 a { background-color: #63133C; }

 a { background-color: rgb(99,19,60); }

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

<style>
 span { border-color: #63133C; }

 span { border-color: rgb(99,19,60); }

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