#63143A

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

Shades of Pompadour #63143A

Tints of Pompadour #63143A

Color information

#63143A (or 0x63143A) is unknown color: approx Pompadour. HEX triplet: 63, 14 and 3A. RGB value is (99,20,58). Sum of RGB (Red+Green+Blue) = 99+20+58=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #63143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63143A is #9CEBC5. Grayscale: #2F2F2F. Windows color (decimal): -10283974 or 3806307. OLE color: 3806307.

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

Color convert

RGB992058-
CMYK00.800.410.61
HSL331.14º66.39%23.33%-
HSV(B)331.14º79.8%38.82%-
XYZ6.163.464.35-
YUV47.95133.67164.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=55.93%
G=11.30%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99205800.800.410.61331.1466.3923.33
Hex63143A050293D14b4217
Octal14324720120517551310227
Binary11000111010011101001010000101001111101101001011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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