#99526C

Color #99526C Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #99526C

Tints of Vin Rouge #99526C

Color information

#99526C (or 0x99526C) is unknown color: approx Vin Rouge. HEX triplet: 99, 52 and 6C. RGB value is (153,82,108). Sum of RGB (Red+Green+Blue) = 153+82+108=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99526C is #66AD93. Grayscale: #6A6A6A. Windows color (decimal): -6729108 or 7099033. OLE color: 7099033.

HSL color Cylindrical-coordinate representation of color #99526C: hue angle of 338.03º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99526C is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15382108-
CMYK00.460.290.4
HSL338.03º30.21%46.08%-
HSV(B)338.03º46.41%60%-
XYZ18.8613.8915.87-
YUV106.19129.02161.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=44.61%
G=23.91%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538210800.460.290.4338.0330.2146.08
Hex99526C02E1D281521e2e
Octal23112215405635505223656
Binary100110011010010110110001011101110110100010101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99526C; }

 p { color: rgb(153,82,108); }

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

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

 a { background-color: rgb(153,82,108); }

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

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

 span { border-color: rgb(153,82,108); }

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