#94505A

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

Shades of Vin Rouge #94505A

Tints of Vin Rouge #94505A

Color information

#94505A (or 0x94505A) is unknown color: approx Vin Rouge. HEX triplet: 94, 50 and 5A. RGB value is (148,80,90). Sum of RGB (Red+Green+Blue) = 148+80+90=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #94505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94505A is #6BAFA5. Grayscale: #656565. Windows color (decimal): -7057318 or 5918868. OLE color: 5918868.

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

Color convert

RGB1488090-
CMYK00.460.390.42
HSL351.18º29.82%44.71%-
HSV(B)351.18º45.95%58.04%-
XYZ16.9312.7711.25-
YUV101.47121.53161.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=46.54%
G=25.16%
B=28.30%

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
Decimal148809000.460.390.42351.1829.8244.71
Hex94505A02E272A15f1e2d
Octal22412013205647525373655
Binary1001010010100001011010010111010011110101010101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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