#94575D

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

Shades of Vin Rouge #94575D

Tints of Vin Rouge #94575D

Color information

#94575D (or 0x94575D) is unknown color: approx Vin Rouge. HEX triplet: 94, 57 and 5D. RGB value is (148,87,93). Sum of RGB (Red+Green+Blue) = 148+87+93=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94575D is #6BA8A2. Grayscale: #696969. Windows color (decimal): -7055523 or 6117268. OLE color: 6117268.

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

Color convert

RGB1488793-
CMYK00.410.370.42
HSL354.1º25.96%46.08%-
HSV(B)354.1º41.22%58.04%-
XYZ17.613.912.11-
YUV105.92120.71158.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=45.12%
G=26.52%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148879300.410.370.42354.125.9646.08
Hex94575D029252A1621a2e
Octal22412713505145525423256
Binary1001010010101111011101010100110010110101010110001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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