#92575C

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

Shades of Vin Rouge #92575C

Tints of Vin Rouge #92575C

Color information

#92575C (or 0x92575C) is unknown color: approx Vin Rouge. HEX triplet: 92, 57 and 5C. RGB value is (146,87,92). Sum of RGB (Red+Green+Blue) = 146+87+92=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92575C is #6DA8A3. Grayscale: #696969. Windows color (decimal): -7186596 or 6051730. OLE color: 6051730.

HSL color Cylindrical-coordinate representation of color #92575C: hue angle of 354.92º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92575C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB1468792-
CMYK00.400.370.43
HSL354.92º25.32%45.69%-
HSV(B)354.92º40.41%57.25%-
XYZ17.1913.711.86-
YUV105.21120.55157.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=44.92%
G=26.77%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146879200.400.370.43354.9225.3245.69
Hex92575C028252B163192e
Octal22212713405045535433156
Binary1001001010101111011100010100010010110101110110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92575C; }

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

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

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

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

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

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

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

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