#925B5E

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

Shades of Vin Rouge #925B5E

Tints of Vin Rouge #925B5E

Color information

#925B5E (or 0x925B5E) is unknown color: approx Vin Rouge. HEX triplet: 92, 5B and 5E. RGB value is (146,91,94). Sum of RGB (Red+Green+Blue) = 146+91+94=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #925B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B5E is #6DA4A1. Grayscale: #6B6B6B. Windows color (decimal): -7185570 or 6183826. OLE color: 6183826.

HSL color Cylindrical-coordinate representation of color #925B5E: hue angle of 356.73º degrees, saturation: 0.23, 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 #925B5E is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1469194-
CMYK00.380.360.43
HSL356.73º23.21%46.47%-
HSV(B)356.73º37.67%57.25%-
XYZ17.6214.412.44-
YUV107.79120.22155.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=44.11%
G=27.49%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146919400.380.360.43356.7323.2146.47
Hex925B5E026242B165172e
Octal22213313604644535452756
Binary1001001010110111011110010011010010010101110110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,91,94); }

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

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

 a { background-color: rgb(146,91,94); }

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

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

 span { border-color: rgb(146,91,94); }

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