#63123B

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

Shades of Pompadour #63123B

Tints of Pompadour #63123B

Color information

#63123B (or 0x63123B) is unknown color: approx Pompadour. HEX triplet: 63, 12 and 3B. RGB value is (99,18,59). Sum of RGB (Red+Green+Blue) = 99+18+59=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63123B is #9CEDC4. Grayscale: #2E2E2E. Windows color (decimal): -10284485 or 3871331. OLE color: 3871331.

HSL color Cylindrical-coordinate representation of color #63123B: hue angle of 329.63º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63123B is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB991859-
CMYK00.820.400.61
HSL329.63º69.23%22.94%-
HSV(B)329.63º81.82%38.82%-
XYZ6.153.44.47-
YUV46.89134.84165.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.25%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=56.25%
G=10.23%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99185900.820.400.61329.6369.2322.94
Hex63123B052283D14a4517
Octal14322730122507551210527
Binary11000111001011101101010010101000111101101001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,18,59); }

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

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

 a { background-color: rgb(99,18,59); }

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

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

 span { border-color: rgb(99,18,59); }

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