#632542

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

Shades of Pompadour #632542

Tints of Pompadour #632542

Color information

#632542 (or 0x632542) is unknown color: approx Pompadour. HEX triplet: 63, 25 and 42. RGB value is (99,37,66). Sum of RGB (Red+Green+Blue) = 99+37+66=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #632542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632542 is #9CDABD. Grayscale: #3A3A3A. Windows color (decimal): -10279614 or 4334947. OLE color: 4334947.

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

Color convert

RGB993766-
CMYK00.630.330.61
HSL331.94º45.59%26.67%-
HSV(B)331.94º62.63%38.82%-
XYZ6.794.375.64-
YUV58.84132.04156.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=49.01%
G=18.32%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99376600.630.330.61331.9445.5926.67
Hex63254203F213D14c2e1b
Octal1434510207741755145633
Binary11000111001011000010011111110000111110110100110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632542; }

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

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

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

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

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

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

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

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