#633150

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

Shades of Pompadour #633150

Tints of Pompadour #633150

Color information

#633150 (or 0x633150) is unknown color: approx Pompadour. HEX triplet: 63, 31 and 50. RGB value is (99,49,80). Sum of RGB (Red+Green+Blue) = 99+49+80=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #633150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633150 is #9CCEAF. Grayscale: #434343. Windows color (decimal): -10276528 or 5255523. OLE color: 5255523.

HSL color Cylindrical-coordinate representation of color #633150: hue angle of 322.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #633150 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB994980-
CMYK00.510.190.61
HSL322.8º33.78%29.02%-
HSV(B)322.8º50.51%38.82%-
XYZ7.695.438.23-
YUV67.48135.06150.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=43.42%
G=21.49%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99498000.510.190.61322.833.7829.02
Hex633150033133D143221d
Octal1436112006323755034235
Binary1100011110001101000001100111001111110110100001110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633150; }

 p { color: rgb(99,49,80); }

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

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

 a { background-color: rgb(99,49,80); }

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

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

 span { border-color: rgb(99,49,80); }

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