#632E4E

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

Shades of Pompadour #632E4E

Tints of Pompadour #632E4E

Color information

#632E4E (or 0x632E4E) is unknown color: approx Pompadour. HEX triplet: 63, 2E and 4E. RGB value is (99,46,78). Sum of RGB (Red+Green+Blue) = 99+46+78=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #632E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E4E is #9CD1B1. Grayscale: #414141. Windows color (decimal): -10277298 or 5123683. OLE color: 5123683.

HSL color Cylindrical-coordinate representation of color #632E4E: hue angle of 323.77º 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 #632E4E is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB994678-
CMYK00.540.210.61
HSL323.77º36.55%28.43%-
HSV(B)323.77º53.54%38.82%-
XYZ7.55.167.81-
YUV65.49135.06151.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=44.39%
G=20.63%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99467800.540.210.61323.7736.5528.43
Hex632E4E036153D144251c
Octal1435611606625755044534
Binary1100011101110100111001101101010111110110100010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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