#63133A

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

Shades of Pompadour #63133A

Tints of Pompadour #63133A

Color information

#63133A (or 0x63133A) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 3A. RGB value is (99,19,58). Sum of RGB (Red+Green+Blue) = 99+19+58=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63133A is #9CECC5. Grayscale: #2F2F2F. Windows color (decimal): -10284230 or 3806051. OLE color: 3806051.

HSL color Cylindrical-coordinate representation of color #63133A: hue angle of 330.75º 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 #63133A is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB991958-
CMYK00.810.410.61
HSL330.75º67.8%23.14%-
HSV(B)330.75º80.81%38.82%-
XYZ6.143.424.34-
YUV47.37134164.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.25%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=56.25%
G=10.80%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99195800.810.410.61330.7567.823.14
Hex63133A051293D14b4417
Octal14323720121517551310427
Binary11000111001111101001010001101001111101101001011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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