#632E4F

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

Shades of Pompadour #632E4F

Tints of Pompadour #632E4F

Color information

#632E4F (or 0x632E4F) is unknown color: approx Pompadour. HEX triplet: 63, 2E and 4F. RGB value is (99,46,79). Sum of RGB (Red+Green+Blue) = 99+46+79=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #632E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E4F is #9CD1B0. Grayscale: #414141. Windows color (decimal): -10277297 or 5189219. OLE color: 5189219.

HSL color Cylindrical-coordinate representation of color #632E4F: hue angle of 322.64º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #632E4F is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB994679-
CMYK00.540.200.61
HSL322.64º36.55%28.43%-
HSV(B)322.64º53.54%38.82%-
XYZ7.535.178-
YUV65.61135.56151.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=44.20%
G=20.54%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99467900.540.200.61322.6436.5528.43
Hex632E4F036143D143251c
Octal1435611706624755034534
Binary1100011101110100111101101101010011110110100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632E4F; }

 p { color: rgb(99,46,79); }

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

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

 a { background-color: rgb(99,46,79); }

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

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

 span { border-color: rgb(99,46,79); }

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