#633051

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

Shades of Pompadour #633051

Tints of Pompadour #633051

Color information

#633051 (or 0x633051) is unknown color: approx Pompadour. HEX triplet: 63, 30 and 51. RGB value is (99,48,81). Sum of RGB (Red+Green+Blue) = 99+48+81=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #633051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633051 is #9CCFAE. Grayscale: #424242. Windows color (decimal): -10276783 or 5320803. OLE color: 5320803.

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

Color convert

RGB994881-
CMYK00.520.180.61
HSL321.18º34.69%28.82%-
HSV(B)321.18º51.52%38.82%-
XYZ7.695.368.41-
YUV67.01135.9150.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=43.42%
G=21.05%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99488100.520.180.61321.1834.6928.82
Hex633051034123D141231d
Octal1436012106422755014335
Binary1100011110000101000101101001001011110110100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633051; }

 p { color: rgb(99,48,81); }

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

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

 a { background-color: rgb(99,48,81); }

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

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

 span { border-color: rgb(99,48,81); }

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