#94515F

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

Shades of Vin Rouge #94515F

Tints of Vin Rouge #94515F

Color information

#94515F (or 0x94515F) is unknown color: approx Vin Rouge. HEX triplet: 94, 51 and 5F. RGB value is (148,81,95). Sum of RGB (Red+Green+Blue) = 148+81+95=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #94515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94515F is #6BAEA0. Grayscale: #666666. Windows color (decimal): -7057057 or 6246804. OLE color: 6246804.

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

Color convert

RGB1488195-
CMYK00.450.360.42
HSL347.46º29.26%44.9%-
HSV(B)347.46º45.27%58.04%-
XYZ17.2213.0112.43-
YUV102.63123.7160.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=45.68%
G=25%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148819500.450.360.42347.4629.2644.9
Hex94515F02D242A15b1d2d
Octal22412113705544525333555
Binary1001010010100011011111010110110010010101010101101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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