#94595C

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

Shades of Vin Rouge #94595C

Tints of Vin Rouge #94595C

Color information

#94595C (or 0x94595C) is unknown color: approx Vin Rouge. HEX triplet: 94, 59 and 5C. RGB value is (148,89,92). Sum of RGB (Red+Green+Blue) = 148+89+92=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #94595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94595C is #6BA6A3. Grayscale: #6B6B6B. Windows color (decimal): -7055012 or 6052244. OLE color: 6052244.

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

Color convert

RGB1488992-
CMYK00.400.380.42
HSL356.95º24.89%46.47%-
HSV(B)356.95º39.86%58.04%-
XYZ17.7214.2111.93-
YUV106.98119.55157.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=44.98%
G=27.05%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148899200.400.380.42356.9524.8946.47
Hex94595C028262A165192e
Octal22413113405046525453156
Binary1001010010110011011100010100010011010101010110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94595C; }

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

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

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

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

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

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

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

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