#99575F

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

Shades of Vin Rouge #99575F

Tints of Vin Rouge #99575F

Color information

#99575F (or 0x99575F) is unknown color: approx Vin Rouge. HEX triplet: 99, 57 and 5F. RGB value is (153,87,95). Sum of RGB (Red+Green+Blue) = 153+87+95=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99575F is #66A8A0. Grayscale: #6B6B6B. Windows color (decimal): -6727841 or 6248345. OLE color: 6248345.

HSL color Cylindrical-coordinate representation of color #99575F: hue angle of 352.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99575F is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1538795-
CMYK00.430.380.4
HSL352.73º27.5%47.06%-
HSV(B)352.73º43.14%60%-
XYZ18.6114.4112.63-
YUV107.65120.87160.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=45.67%
G=25.97%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153879500.430.380.4352.7327.547.06
Hex99575F02B26281611c2f
Octal23112713705346505413457
Binary1001100110101111011111010101110011010100010110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99575F; }

 p { color: rgb(153,87,95); }

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

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

 a { background-color: rgb(153,87,95); }

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

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

 span { border-color: rgb(153,87,95); }

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