#945C5F

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

Shades of Vin Rouge #945C5F

Tints of Vin Rouge #945C5F

Color information

#945C5F (or 0x945C5F) is unknown color: approx Vin Rouge. HEX triplet: 94, 5C and 5F. RGB value is (148,92,95). Sum of RGB (Red+Green+Blue) = 148+92+95=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #945C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C5F is #6BA3A0. Grayscale: #6D6D6D. Windows color (decimal): -7054241 or 6249620. OLE color: 6249620.

HSL color Cylindrical-coordinate representation of color #945C5F: hue angle of 356.79º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #945C5F is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1489295-
CMYK00.380.360.42
HSL356.79º23.33%47.06%-
HSV(B)356.79º37.84%58.04%-
XYZ18.1114.7812.72-
YUV109.09120.05155.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=44.18%
G=27.46%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148929500.380.360.42356.7923.3347.06
Hex945C5F026242A165172f
Octal22413413704644525452757
Binary1001010010111001011111010011010010010101010110010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945C5F; }

 p { color: rgb(148,92,95); }

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

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

 a { background-color: rgb(148,92,95); }

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

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

 span { border-color: rgb(148,92,95); }

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