#93515A

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

Shades of Vin Rouge #93515A

Tints of Vin Rouge #93515A

Color information

#93515A (or 0x93515A) is unknown color: approx Vin Rouge. HEX triplet: 93, 51 and 5A. RGB value is (147,81,90). Sum of RGB (Red+Green+Blue) = 147+81+90=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #93515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93515A is #6CAEA5. Grayscale: #656565. Windows color (decimal): -7122598 or 5919123. OLE color: 5919123.

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

Color convert

RGB1478190-
CMYK00.450.390.42
HSL351.82º28.95%44.71%-
HSV(B)351.82º44.9%57.65%-
XYZ16.8212.8311.26-
YUV101.76121.37160.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=46.23%
G=25.47%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147819000.450.390.42351.8228.9544.71
Hex93515A02D272A1601d2d
Octal22312113205547525403555
Binary1001001110100011011010010110110011110101010110000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,81,90); }

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

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

 a { background-color: rgb(147,81,90); }

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

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

 span { border-color: rgb(147,81,90); }

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