#63244B

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

Shades of Pompadour #63244B

Tints of Pompadour #63244B

Color information

#63244B (or 0x63244B) is unknown color: approx Pompadour. HEX triplet: 63, 24 and 4B. RGB value is (99,36,75). Sum of RGB (Red+Green+Blue) = 99+36+75=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63244B is #9CDBB4. Grayscale: #3B3B3B. Windows color (decimal): -10279861 or 4924515. OLE color: 4924515.

HSL color Cylindrical-coordinate representation of color #63244B: hue angle of 322.86º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63244B is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB993675-
CMYK00.640.240.61
HSL322.86º46.67%26.47%-
HSV(B)322.86º63.64%38.82%-
XYZ7.054.427.14-
YUV59.28136.87156.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=47.14%
G=17.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99367500.640.240.61322.8646.6726.47
Hex63244B040183D1432f1a
Octal14344113010030755035732
Binary11000111001001001011010000001100011110110100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,36,75); }

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

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

 a { background-color: rgb(99,36,75); }

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

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

 span { border-color: rgb(99,36,75); }

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