#632C4E

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

Shades of Pompadour #632C4E

Tints of Pompadour #632C4E

Color information

#632C4E (or 0x632C4E) is unknown color: approx Pompadour. HEX triplet: 63, 2C and 4E. RGB value is (99,44,78). Sum of RGB (Red+Green+Blue) = 99+44+78=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #632C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C4E is #9CD3B1. Grayscale: #404040. Windows color (decimal): -10277810 or 5123171. OLE color: 5123171.

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

Color convert

RGB994478-
CMYK00.560.210.61
HSL322.91º38.46%28.04%-
HSV(B)322.91º55.56%38.82%-
XYZ7.4257.78-
YUV64.32135.72152.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=44.80%
G=19.91%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99447800.560.210.61322.9138.4628.04
Hex632C4E038153D143261c
Octal1435411607025755034634
Binary1100011101100100111001110001010111110110100001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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