#94576A

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

Shades of Vin Rouge #94576A

Tints of Vin Rouge #94576A

Color information

#94576A (or 0x94576A) is unknown color: approx Vin Rouge. HEX triplet: 94, 57 and 6A. RGB value is (148,87,106). Sum of RGB (Red+Green+Blue) = 148+87+106=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #94576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94576A is #6BA895. Grayscale: #6B6B6B. Windows color (decimal): -7055510 or 6969236. OLE color: 6969236.

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

Color convert

RGB14887106-
CMYK00.410.280.42
HSL341.31º25.96%46.08%-
HSV(B)341.31º41.22%58.04%-
XYZ18.2214.1515.41-
YUV107.4127.21156.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=43.40%
G=25.51%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488710600.410.280.42341.3125.9646.08
Hex94576A0291C2A1551a2e
Octal22412715205134525253256
Binary100101001010111110101001010011110010101010101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94576A; }

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

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

<style>
 a { background-color: #94576A; }

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

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

<style>
 span { border-color: #94576A; }

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

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