#925C61

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

Shades of Vin Rouge #925C61

Tints of Vin Rouge #925C61

Color information

#925C61 (or 0x925C61) is unknown color: approx Vin Rouge. HEX triplet: 92, 5C and 61. RGB value is (146,92,97). Sum of RGB (Red+Green+Blue) = 146+92+97=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #925C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C61 is #6DA39E. Grayscale: #6C6C6C. Windows color (decimal): -7185311 or 6380690. OLE color: 6380690.

HSL color Cylindrical-coordinate representation of color #925C61: hue angle of 354.44º 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 #925C61 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1469297-
CMYK00.370.340.43
HSL354.44º22.69%46.67%-
HSV(B)354.44º36.99%57.25%-
XYZ17.8414.6313.19-
YUV108.72121.39154.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=43.58%
G=27.46%
B=28.96%

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
Decimal146929700.370.340.43354.4422.6946.67
Hex925C61025222B162172f
Octal22213414104542535422757
Binary1001001010111001100001010010110001010101110110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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