#99506B

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

Shades of Vin Rouge #99506B

Tints of Vin Rouge #99506B

Color information

#99506B (or 0x99506B) is unknown color: approx Vin Rouge. HEX triplet: 99, 50 and 6B. RGB value is (153,80,107). Sum of RGB (Red+Green+Blue) = 153+80+107=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #99506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99506B is #66AF94. Grayscale: #686868. Windows color (decimal): -6729621 or 7032985. OLE color: 7032985.

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

Color convert

RGB15380107-
CMYK00.480.300.4
HSL337.81º31.33%45.69%-
HSV(B)337.81º47.71%60%-
XYZ18.6613.5715.55-
YUV104.9129.18162.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=45%
G=23.53%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538010700.480.300.4337.8131.3345.69
Hex99506B0301E281521f2e
Octal23112015306036505223756
Binary100110011010000110101101100001111010100010101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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