#94585C

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

Shades of Vin Rouge #94585C

Tints of Vin Rouge #94585C

Color information

#94585C (or 0x94585C) is unknown color: approx Vin Rouge. HEX triplet: 94, 58 and 5C. RGB value is (148,88,92). Sum of RGB (Red+Green+Blue) = 148+88+92=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94585C is #6BA7A3. Grayscale: #6A6A6A. Windows color (decimal): -7055268 or 6051988. OLE color: 6051988.

HSL color Cylindrical-coordinate representation of color #94585C: hue angle of 356º 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 #94585C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1488892-
CMYK00.410.380.42
HSL356º25.42%46.27%-
HSV(B)356º40.54%58.04%-
XYZ17.6314.0511.91-
YUV106.4119.88157.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=45.12%
G=26.83%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148889200.410.380.4235625.4246.27
Hex94585C029262A164192e
Octal22413013405146525443156
Binary1001010010110001011100010100110011010101010110010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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