#63143B

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

Shades of Pompadour #63143B

Tints of Pompadour #63143B

Color information

#63143B (or 0x63143B) is unknown color: approx Pompadour. HEX triplet: 63, 14 and 3B. RGB value is (99,20,59). Sum of RGB (Red+Green+Blue) = 99+20+59=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63143B is #9CEBC4. Grayscale: #2F2F2F. Windows color (decimal): -10283973 or 3871843. OLE color: 3871843.

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

Color convert

RGB992059-
CMYK00.800.400.61
HSL330.38º66.39%23.33%-
HSV(B)330.38º79.8%38.82%-
XYZ6.193.474.48-
YUV48.07134.17164.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=55.62%
G=11.24%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99205900.800.400.61330.3866.3923.33
Hex63143B050283D14a4217
Octal14324730120507551210227
Binary11000111010011101101010000101000111101101001010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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