#925A5F

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

Shades of Vin Rouge #925A5F

Tints of Vin Rouge #925A5F

Color information

#925A5F (or 0x925A5F) is unknown color: approx Vin Rouge. HEX triplet: 92, 5A and 5F. RGB value is (146,90,95). Sum of RGB (Red+Green+Blue) = 146+90+95=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #925A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A5F is #6DA5A0. Grayscale: #6B6B6B. Windows color (decimal): -7185825 or 6249106. OLE color: 6249106.

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

Color convert

RGB1469095-
CMYK00.380.350.43
HSL354.64º23.73%46.27%-
HSV(B)354.64º38.36%57.25%-
XYZ17.5814.2512.65-
YUV107.31121.05155.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=44.11%
G=27.19%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146909500.380.350.43354.6423.7346.27
Hex925A5F026232B163182e
Octal22213213704643535433056
Binary1001001010110101011111010011010001110101110110001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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