#63133E

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

Shades of Pompadour #63133E

Tints of Pompadour #63133E

Color information

#63133E (or 0x63133E) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 3E. RGB value is (99,19,62). Sum of RGB (Red+Green+Blue) = 99+19+62=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63133E is #9CECC1. Grayscale: #2F2F2F. Windows color (decimal): -10284226 or 4068195. OLE color: 4068195.

HSL color Cylindrical-coordinate representation of color #63133E: hue angle of 327.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63133E is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB991962-
CMYK00.810.370.61
HSL327.75º67.8%23.14%-
HSV(B)327.75º80.81%38.82%-
XYZ6.253.474.9-
YUV47.82136164.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 62 (24.61% from 255) = 34.44%
R=55%
G=10.56%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99196200.810.370.61327.7567.823.14
Hex63133E051253D1484417
Octal14323760121457551010427
Binary11000111001111111001010001100101111101101001000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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