#632142

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

Shades of Pompadour #632142

Tints of Pompadour #632142

Color information

#632142 (or 0x632142) is unknown color: approx Pompadour. HEX triplet: 63, 21 and 42. RGB value is (99,33,66). Sum of RGB (Red+Green+Blue) = 99+33+66=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #632142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632142 is #9CDEBD. Grayscale: #383838. Windows color (decimal): -10280638 or 4333923. OLE color: 4333923.

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

Color convert

RGB993366-
CMYK00.670.330.61
HSL330º50%25.88%-
HSV(B)330º66.67%38.82%-
XYZ6.674.135.6-
YUV56.5133.37158.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 66 (26.17% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99336600.670.330.613305025.88
Hex632142043213D14a321a
Octal14341102010341755126232
Binary110001110000110000100100001110000111110110100101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632142; }

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

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

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

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

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

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

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

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