#93525C

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

Shades of Vin Rouge #93525C

Tints of Vin Rouge #93525C

Color information

#93525C (or 0x93525C) is unknown color: approx Vin Rouge. HEX triplet: 93, 52 and 5C. RGB value is (147,82,92). Sum of RGB (Red+Green+Blue) = 147+82+92=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93525C is #6CADA3. Grayscale: #666666. Windows color (decimal): -7122340 or 6050451. OLE color: 6050451.

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

Color convert

RGB1478292-
CMYK00.440.370.42
HSL350.77º28.38%44.9%-
HSV(B)350.77º44.22%57.65%-
XYZ16.9813.0111.74-
YUV102.57122.03159.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=45.79%
G=25.55%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147829200.440.370.42350.7728.3844.9
Hex93525C02C252A15f1c2d
Octal22312213405445525373455
Binary1001001110100101011100010110010010110101010101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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