#945861

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

Shades of Vin Rouge #945861

Tints of Vin Rouge #945861

Color information

#945861 (or 0x945861) is unknown color: approx Vin Rouge. HEX triplet: 94, 58 and 61. RGB value is (148,88,97). Sum of RGB (Red+Green+Blue) = 148+88+97=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #945861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945861 is #6BA79E. Grayscale: #6A6A6A. Windows color (decimal): -7055263 or 6379668. OLE color: 6379668.

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

Color convert

RGB1488897-
CMYK00.410.340.42
HSL351º25.42%46.27%-
HSV(B)351º40.54%58.04%-
XYZ17.8614.1413.1-
YUV106.97122.38157.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=44.44%
G=26.43%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148889700.410.340.4235125.4246.27
Hex945861029222A15f192e
Octal22413014105142525373156
Binary1001010010110001100001010100110001010101010101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945861; }

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

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

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

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

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

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

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

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