#99506A

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

Shades of Vin Rouge #99506A

Tints of Vin Rouge #99506A

Color information

#99506A (or 0x99506A) is unknown color: approx Vin Rouge. HEX triplet: 99, 50 and 6A. RGB value is (153,80,106). Sum of RGB (Red+Green+Blue) = 153+80+106=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #99506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99506A is #66AF95. Grayscale: #686868. Windows color (decimal): -6729622 or 6967449. OLE color: 6967449.

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

Color convert

RGB15380106-
CMYK00.480.310.4
HSL338.63º31.33%45.69%-
HSV(B)338.63º47.71%60%-
XYZ18.6113.5515.27-
YUV104.79128.68162.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=45.13%
G=23.60%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538010600.480.310.4338.6331.3345.69
Hex99506A0301F281531f2e
Octal23112015206037505233756
Binary100110011010000110101001100001111110100010101001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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