#93525E

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

Shades of Vin Rouge #93525E

Tints of Vin Rouge #93525E

Color information

#93525E (or 0x93525E) is unknown color: approx Vin Rouge. HEX triplet: 93, 52 and 5E. RGB value is (147,82,94). Sum of RGB (Red+Green+Blue) = 147+82+94=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93525E is #6CADA1. Grayscale: #666666. Windows color (decimal): -7122338 or 6181523. OLE color: 6181523.

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

Color convert

RGB1478294-
CMYK00.440.360.42
HSL348.92º28.38%44.9%-
HSV(B)348.92º44.22%57.65%-
XYZ17.0713.0512.21-
YUV102.8123.03159.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=45.51%
G=25.39%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147829400.440.360.42348.9228.3844.9
Hex93525E02C242A15d1c2d
Octal22312213605444525353455
Binary1001001110100101011110010110010010010101010101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93525E; }

 p { color: rgb(147,82,94); }

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

<style>
 a { background-color: #93525E; }

 a { background-color: rgb(147,82,94); }

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

<style>
 span { border-color: #93525E; }

 span { border-color: rgb(147,82,94); }

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