#632841

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

Shades of Pompadour #632841

Tints of Pompadour #632841

Color information

#632841 (or 0x632841) is unknown color: approx Pompadour. HEX triplet: 63, 28 and 41. RGB value is (99,40,65). Sum of RGB (Red+Green+Blue) = 99+40+65=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #632841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632841 is #9CD7BE. Grayscale: #3C3C3C. Windows color (decimal): -10278847 or 4270179. OLE color: 4270179.

HSL color Cylindrical-coordinate representation of color #632841: hue angle of 334.58º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #632841 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB994065-
CMYK00.600.340.61
HSL334.58º42.45%27.25%-
HSV(B)334.58º59.6%38.82%-
XYZ6.864.555.52-
YUV60.49130.55155.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=48.53%
G=19.61%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99406500.600.340.61334.5842.4527.25
Hex63284103C223D14f2a1b
Octal1435010107442755175233
Binary11000111010001000001011110010001011110110100111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632841; }

 p { color: rgb(99,40,65); }

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

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

 a { background-color: rgb(99,40,65); }

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

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

 span { border-color: rgb(99,40,65); }

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