#63123D

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

Shades of Pompadour #63123D

Tints of Pompadour #63123D

Color information

#63123D (or 0x63123D) is unknown color: approx Pompadour. HEX triplet: 63, 12 and 3D. RGB value is (99,18,61). Sum of RGB (Red+Green+Blue) = 99+18+61=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63123D is #9CEDC2. Grayscale: #2F2F2F. Windows color (decimal): -10284483 or 4002403. OLE color: 4002403.

HSL color Cylindrical-coordinate representation of color #63123D: hue angle of 328.15º 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 #63123D is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB991861-
CMYK00.820.380.61
HSL328.15º69.23%22.94%-
HSV(B)328.15º81.82%38.82%-
XYZ6.23.424.75-
YUV47.12135.84165-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=55.62%
G=10.11%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99186100.820.380.61328.1569.2322.94
Hex63123D052263D1484517
Octal14322750122467551010527
Binary11000111001011110101010010100110111101101001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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