#93595A

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

Shades of Vin Rouge #93595A

Tints of Vin Rouge #93595A

Color information

#93595A (or 0x93595A) is unknown color: approx Vin Rouge. HEX triplet: 93, 59 and 5A. RGB value is (147,89,90). Sum of RGB (Red+Green+Blue) = 147+89+90=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93595A is #6CA6A5. Grayscale: #6A6A6A. Windows color (decimal): -7120550 or 5921171. OLE color: 5921171.

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

Color convert

RGB1478990-
CMYK00.390.390.42
HSL358.97º24.58%46.27%-
HSV(B)358.97º39.46%57.65%-
XYZ17.4514.0911.47-
YUV106.46118.72156.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=45.09%
G=27.30%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147899000.390.390.42358.9724.5846.27
Hex93595A027272A167192e
Octal22313113204747525473156
Binary1001001110110011011010010011110011110101010110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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