#99505B

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

Shades of Vin Rouge #99505B

Tints of Vin Rouge #99505B

Color information

#99505B (or 0x99505B) is unknown color: approx Vin Rouge. HEX triplet: 99, 50 and 5B. RGB value is (153,80,91). Sum of RGB (Red+Green+Blue) = 153+80+91=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #99505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99505B is #66AFA4. Grayscale: #676767. Windows color (decimal): -6729637 or 5984409. OLE color: 5984409.

HSL color Cylindrical-coordinate representation of color #99505B: hue angle of 350.96º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99505B is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1538091-
CMYK00.480.410.4
HSL350.96º31.33%45.69%-
HSV(B)350.96º47.71%60%-
XYZ17.8913.2611.51-
YUV103.08121.18163.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=47.22%
G=24.69%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153809100.480.410.4350.9631.3345.69
Hex99505B030292815f1f2e
Octal23112013306051505373756
Binary1001100110100001011011011000010100110100010101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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