#631742

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

Shades of Pompadour #631742

Tints of Pompadour #631742

Color information

#631742 (or 0x631742) is unknown color: approx Pompadour. HEX triplet: 63, 17 and 42. RGB value is (99,23,66). Sum of RGB (Red+Green+Blue) = 99+23+66=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631742 is #9CE8BD. Grayscale: #323232. Windows color (decimal): -10283198 or 4331363. OLE color: 4331363.

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

Color convert

RGB992366-
CMYK00.770.330.61
HSL326.05º62.3%23.92%-
HSV(B)326.05º76.77%38.82%-
XYZ6.443.665.52-
YUV50.63136.68162.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=52.66%
G=12.23%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99236600.770.330.61326.0562.323.92
Hex63174204D213D1463e18
Octal14327102011541755067630
Binary11000111011110000100100110110000111110110100011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631742; }

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

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

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

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

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

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

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

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