#945558

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

Shades of Vin Rouge #945558

Tints of Vin Rouge #945558

Color information

#945558 (or 0x945558) is unknown color: approx Vin Rouge. HEX triplet: 94, 55 and 58. RGB value is (148,85,88). Sum of RGB (Red+Green+Blue) = 148+85+88=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #945558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945558 is #6BAAA7. Grayscale: #686868. Windows color (decimal): -7056040 or 5789076. OLE color: 5789076.

HSL color Cylindrical-coordinate representation of color #945558: hue angle of 357.14º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945558 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1488588-
CMYK00.430.410.42
HSL357.14º27.04%45.69%-
HSV(B)357.14º42.57%58.04%-
XYZ17.2213.510.93-
YUV104.18118.87159.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 88 (34.77% from 255) = 27.41%
R=46.11%
G=26.48%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148858800.430.410.42357.1427.0445.69
Hex94555802B292A1651b2e
Octal22412513005351525453356
Binary1001010010101011011000010101110100110101010110010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945558; }

 p { color: rgb(148,85,88); }

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

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

 a { background-color: rgb(148,85,88); }

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

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

 span { border-color: rgb(148,85,88); }

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