#93525B

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

Shades of Vin Rouge #93525B

Tints of Vin Rouge #93525B

Color information

#93525B (or 0x93525B) is unknown color: approx Vin Rouge. HEX triplet: 93, 52 and 5B. RGB value is (147,82,91). Sum of RGB (Red+Green+Blue) = 147+82+91=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93525B is #6CADA4. Grayscale: #666666. Windows color (decimal): -7122341 or 5984915. OLE color: 5984915.

HSL color Cylindrical-coordinate representation of color #93525B: hue angle of 351.69º 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 #93525B is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1478291-
CMYK00.440.380.42
HSL351.69º28.38%44.9%-
HSV(B)351.69º44.22%57.65%-
XYZ16.9412.9911.51-
YUV102.46121.53159.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=45.94%
G=25.62%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147829100.440.380.42351.6928.3844.9
Hex93525B02C262A1601c2d
Octal22312213305446525403455
Binary1001001110100101011011010110010011010101010110000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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