#92575E

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

Shades of Vin Rouge #92575E

Tints of Vin Rouge #92575E

Color information

#92575E (or 0x92575E) is unknown color: approx Vin Rouge. HEX triplet: 92, 57 and 5E. RGB value is (146,87,94). Sum of RGB (Red+Green+Blue) = 146+87+94=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92575E is #6DA8A1. Grayscale: #696969. Windows color (decimal): -7186594 or 6182802. OLE color: 6182802.

HSL color Cylindrical-coordinate representation of color #92575E: hue angle of 352.88º 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 #92575E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1468794-
CMYK00.400.360.43
HSL352.88º25.32%45.69%-
HSV(B)352.88º40.41%57.25%-
XYZ17.2813.7412.33-
YUV105.44121.55156.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=44.65%
G=26.61%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146879400.400.360.43352.8825.3245.69
Hex92575E028242B161192e
Octal22212713605044535413156
Binary1001001010101111011110010100010010010101110110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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