#99506C

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

Shades of Vin Rouge #99506C

Tints of Vin Rouge #99506C

Color information

#99506C (or 0x99506C) is unknown color: approx Vin Rouge. HEX triplet: 99, 50 and 6C. RGB value is (153,80,108). Sum of RGB (Red+Green+Blue) = 153+80+108=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99506C is #66AF93. Grayscale: #686868. Windows color (decimal): -6729620 or 7098521. OLE color: 7098521.

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

Color convert

RGB15380108-
CMYK00.480.290.4
HSL336.99º31.33%45.69%-
HSV(B)336.99º47.71%60%-
XYZ18.7113.5915.82-
YUV105.02129.68162.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=44.87%
G=23.46%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538010800.480.290.4336.9931.3345.69
Hex99506C0301D281511f2e
Octal23112015406035505213756
Binary100110011010000110110001100001110110100010101000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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