#99525B

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

Shades of Vin Rouge #99525B

Tints of Vin Rouge #99525B

Color information

#99525B (or 0x99525B) is unknown color: approx Vin Rouge. HEX triplet: 99, 52 and 5B. RGB value is (153,82,91). Sum of RGB (Red+Green+Blue) = 153+82+91=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99525B is #66ADA4. Grayscale: #686868. Windows color (decimal): -6729125 or 5984921. OLE color: 5984921.

HSL color Cylindrical-coordinate representation of color #99525B: hue angle of 352.39º 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 #99525B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1538291-
CMYK00.460.410.4
HSL352.39º30.21%46.08%-
HSV(B)352.39º46.41%60%-
XYZ18.0413.5611.56-
YUV104.26120.52162.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=46.93%
G=25.15%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153829100.460.410.4352.3930.2146.08
Hex99525B02E29281601e2e
Octal23112213305651505403656
Binary1001100110100101011011010111010100110100010110000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99525B; }

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

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

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

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

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

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

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

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