#94555F

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

Shades of Vin Rouge #94555F

Tints of Vin Rouge #94555F

Color information

#94555F (or 0x94555F) is unknown color: approx Vin Rouge. HEX triplet: 94, 55 and 5F. RGB value is (148,85,95). Sum of RGB (Red+Green+Blue) = 148+85+95=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94555F is #6BAAA0. Grayscale: #696969. Windows color (decimal): -7056033 or 6247828. OLE color: 6247828.

HSL color Cylindrical-coordinate representation of color #94555F: hue angle of 350.48º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94555F is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1488595-
CMYK00.430.360.42
HSL350.48º27.04%45.69%-
HSV(B)350.48º42.57%58.04%-
XYZ17.5313.6212.53-
YUV104.98122.37158.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=45.12%
G=25.91%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148859500.430.360.42350.4827.0445.69
Hex94555F02B242A15e1b2e
Octal22412513705344525363356
Binary1001010010101011011111010101110010010101010101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94555F; }

 p { color: rgb(148,85,95); }

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

<style>
 a { background-color: #94555F; }

 a { background-color: rgb(148,85,95); }

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

<style>
 span { border-color: #94555F; }

 span { border-color: rgb(148,85,95); }

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