#925F60

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

Shades of Vin Rouge #925F60

Tints of Vin Rouge #925F60

Color information

#925F60 (or 0x925F60) is unknown color: approx Vin Rouge. HEX triplet: 92, 5F and 60. RGB value is (146,95,96). Sum of RGB (Red+Green+Blue) = 146+95+96=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #925F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925F60 is #6DA09F. Grayscale: #6E6E6E. Windows color (decimal): -7184544 or 6315922. OLE color: 6315922.

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

Color convert

RGB1469596-
CMYK00.350.340.43
HSL358.82º21.16%47.25%-
HSV(B)358.82º34.93%57.25%-
XYZ18.0615.1413.04-
YUV110.36119.9153.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=43.32%
G=28.19%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146959600.350.340.43358.8221.1647.25
Hex925F60023222B167152f
Octal22213714004342535472557
Binary1001001010111111100000010001110001010101110110011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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