#945561

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

Shades of Vin Rouge #945561

Tints of Vin Rouge #945561

Color information

#945561 (or 0x945561) is unknown color: approx Vin Rouge. HEX triplet: 94, 55 and 61. RGB value is (148,85,97). Sum of RGB (Red+Green+Blue) = 148+85+97=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #945561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945561 is #6BAA9E. Grayscale: #696969. Windows color (decimal): -7056031 or 6378900. OLE color: 6378900.

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

Color convert

RGB1488597-
CMYK00.430.340.42
HSL348.57º27.04%45.69%-
HSV(B)348.57º42.57%58.04%-
XYZ17.6213.6613.02-
YUV105.2123.37158.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=44.85%
G=25.76%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148859700.430.340.42348.5727.0445.69
Hex94556102B222A15d1b2e
Octal22412514105342525353356
Binary1001010010101011100001010101110001010101010101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945561; }

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

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

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

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

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

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

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

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