#94555B

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

Shades of Vin Rouge #94555B

Tints of Vin Rouge #94555B

Color information

#94555B (or 0x94555B) is unknown color: approx Vin Rouge. HEX triplet: 94, 55 and 5B. RGB value is (148,85,91). Sum of RGB (Red+Green+Blue) = 148+85+91=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #94555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94555B is #6BAAA4. Grayscale: #686868. Windows color (decimal): -7056037 or 5985684. OLE color: 5985684.

HSL color Cylindrical-coordinate representation of color #94555B: hue angle of 354.29º 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 #94555B is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1488591-
CMYK00.430.390.42
HSL354.29º27.04%45.69%-
HSV(B)354.29º42.57%58.04%-
XYZ17.3513.5511.6-
YUV104.52120.37159.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=45.68%
G=26.23%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148859100.430.390.42354.2927.0445.69
Hex94555B02B272A1621b2e
Octal22412513305347525423356
Binary1001010010101011011011010101110011110101010110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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