#63143E

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

Shades of Pompadour #63143E

Tints of Pompadour #63143E

Color information

#63143E (or 0x63143E) is unknown color: approx Pompadour. HEX triplet: 63, 14 and 3E. RGB value is (99,20,62). Sum of RGB (Red+Green+Blue) = 99+20+62=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63143E is #9CEBC1. Grayscale: #303030. Windows color (decimal): -10283970 or 4068451. OLE color: 4068451.

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

Color convert

RGB992062-
CMYK00.800.370.61
HSL328.1º66.39%23.33%-
HSV(B)328.1º79.8%38.82%-
XYZ6.273.54.9-
YUV48.41135.67164.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=54.70%
G=11.05%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99206200.800.370.61328.166.3923.33
Hex63143E050253D1484217
Octal14324760120457551010227
Binary11000111010011111001010000100101111101101001000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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