#632445

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

Shades of Pompadour #632445

Tints of Pompadour #632445

Color information

#632445 (or 0x632445) is unknown color: approx Pompadour. HEX triplet: 63, 24 and 45. RGB value is (99,36,69). Sum of RGB (Red+Green+Blue) = 99+36+69=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #632445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632445 is #9CDBBA. Grayscale: #3A3A3A. Windows color (decimal): -10279867 or 4531299. OLE color: 4531299.

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

Color convert

RGB993669-
CMYK00.640.300.61
HSL328.57º46.67%26.47%-
HSV(B)328.57º63.64%38.82%-
XYZ6.854.346.11-
YUV58.6133.87156.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=48.53%
G=17.65%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99366900.640.300.61328.5746.6726.47
Hex6324450401E3D1492f1a
Octal14344105010036755115732
Binary11000111001001000101010000001111011110110100100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632445; }

 p { color: rgb(99,36,69); }

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

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

 a { background-color: rgb(99,36,69); }

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

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

 span { border-color: rgb(99,36,69); }

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