#925C60

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

Shades of Vin Rouge #925C60

Tints of Vin Rouge #925C60

Color information

#925C60 (or 0x925C60) is unknown color: approx Vin Rouge. HEX triplet: 92, 5C and 60. RGB value is (146,92,96). Sum of RGB (Red+Green+Blue) = 146+92+96=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #925C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C60 is #6DA39F. Grayscale: #6C6C6C. Windows color (decimal): -7185312 or 6315154. OLE color: 6315154.

HSL color Cylindrical-coordinate representation of color #925C60: hue angle of 355.56º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C60 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1469296-
CMYK00.370.340.43
HSL355.56º22.69%46.67%-
HSV(B)355.56º36.99%57.25%-
XYZ17.7914.6112.95-
YUV108.6120.89154.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=43.71%
G=27.54%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146929600.370.340.43355.5622.6946.67
Hex925C60025222B164172f
Octal22213414004542535442757
Binary1001001010111001100000010010110001010101110110010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925C60; }

 p { color: rgb(146,92,96); }

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

<style>
 a { background-color: #925C60; }

 a { background-color: rgb(146,92,96); }

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

<style>
 span { border-color: #925C60; }

 span { border-color: rgb(146,92,96); }

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