#632342

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

Shades of Pompadour #632342

Tints of Pompadour #632342

Color information

#632342 (or 0x632342) is unknown color: approx Pompadour. HEX triplet: 63, 23 and 42. RGB value is (99,35,66). Sum of RGB (Red+Green+Blue) = 99+35+66=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #632342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632342 is #9CDCBD. Grayscale: #393939. Windows color (decimal): -10280126 or 4334435. OLE color: 4334435.

HSL color Cylindrical-coordinate representation of color #632342: hue angle of 330.94º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632342 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB993566-
CMYK00.650.330.61
HSL330.94º47.76%26.27%-
HSV(B)330.94º64.65%38.82%-
XYZ6.734.255.62-
YUV57.67132.7157.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 66 (26.17% from 255) = 33%
R=49.5%
G=17.5%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99356600.650.330.61330.9447.7626.27
Hex632342041213D14b301a
Octal14343102010141755136032
Binary110001110001110000100100000110000111110110100101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632342; }

 p { color: rgb(99,35,66); }

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

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

 a { background-color: rgb(99,35,66); }

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

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

 span { border-color: rgb(99,35,66); }

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