#94505B

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

Shades of Vin Rouge #94505B

Tints of Vin Rouge #94505B

Color information

#94505B (or 0x94505B) is unknown color: approx Vin Rouge. HEX triplet: 94, 50 and 5B. RGB value is (148,80,91). Sum of RGB (Red+Green+Blue) = 148+80+91=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #94505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94505B is #6BAFA4. Grayscale: #656565. Windows color (decimal): -7057317 or 5984404. OLE color: 5984404.

HSL color Cylindrical-coordinate representation of color #94505B: hue angle of 350.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94505B is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1488091-
CMYK00.460.390.42
HSL350.29º29.82%44.71%-
HSV(B)350.29º45.95%58.04%-
XYZ16.9712.7911.47-
YUV101.59122.03161.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=46.39%
G=25.08%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148809100.460.390.42350.2929.8244.71
Hex94505B02E272A15e1e2d
Octal22412013305647525363655
Binary1001010010100001011011010111010011110101010101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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