#925561

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

Shades of Vin Rouge #925561

Tints of Vin Rouge #925561

Color information

#925561 (or 0x925561) is unknown color: approx Vin Rouge. HEX triplet: 92, 55 and 61. RGB value is (146,85,97). Sum of RGB (Red+Green+Blue) = 146+85+97=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #925561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925561 is #6DAA9E. Grayscale: #686868. Windows color (decimal): -7187103 or 6378898. OLE color: 6378898.

HSL color Cylindrical-coordinate representation of color #925561: hue angle of 348.2º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925561 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1468597-
CMYK00.420.340.43
HSL348.2º26.41%45.29%-
HSV(B)348.2º41.78%57.25%-
XYZ17.2613.4713-
YUV104.61123.71157.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=44.51%
G=25.91%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146859700.420.340.43348.226.4145.29
Hex92556102A222B15c1a2d
Octal22212514105242535343255
Binary1001001010101011100001010101010001010101110101110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925561; }

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

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

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

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

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

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

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

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