#995058

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

Shades of Vin Rouge #995058

Tints of Vin Rouge #995058

Color information

#995058 (or 0x995058) is unknown color: approx Vin Rouge. HEX triplet: 99, 50 and 58. RGB value is (153,80,88). Sum of RGB (Red+Green+Blue) = 153+80+88=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #995058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995058 is #66AFA7. Grayscale: #666666. Windows color (decimal): -6729640 or 5787801. OLE color: 5787801.

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

Color convert

RGB1538088-
CMYK00.480.420.4
HSL353.42º31.33%45.69%-
HSV(B)353.42º47.71%60%-
XYZ17.7713.2110.85-
YUV102.74119.68163.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 88 (34.77% from 255) = 27.41%
R=47.66%
G=24.92%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153808800.480.420.4353.4231.3345.69
Hex9950580302A281611f2e
Octal23112013006052505413756
Binary1001100110100001011000011000010101010100010110000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995058; }

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

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

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

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

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

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

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

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