#94575C

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

Shades of Vin Rouge #94575C

Tints of Vin Rouge #94575C

Color information

#94575C (or 0x94575C) is unknown color: approx Vin Rouge. HEX triplet: 94, 57 and 5C. RGB value is (148,87,92). Sum of RGB (Red+Green+Blue) = 148+87+92=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94575C is #6BA8A3. Grayscale: #696969. Windows color (decimal): -7055524 or 6051732. OLE color: 6051732.

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

Color convert

RGB1488792-
CMYK00.410.380.42
HSL355.08º25.96%46.08%-
HSV(B)355.08º41.22%58.04%-
XYZ17.5513.8811.88-
YUV105.81120.21158.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=45.26%
G=26.61%
B=28.13%

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
Decimal148879200.410.380.42355.0825.9646.08
Hex94575C029262A1631a2e
Octal22412713405146525433256
Binary1001010010101111011100010100110011010101010110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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