#92555A

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

Shades of Vin Rouge #92555A

Tints of Vin Rouge #92555A

Color information

#92555A (or 0x92555A) is unknown color: approx Vin Rouge. HEX triplet: 92, 55 and 5A. RGB value is (146,85,90). Sum of RGB (Red+Green+Blue) = 146+85+90=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #92555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92555A is #6DAAA5. Grayscale: #676767. Windows color (decimal): -7187110 or 5920146. OLE color: 5920146.

HSL color Cylindrical-coordinate representation of color #92555A: hue angle of 355.08º 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 #92555A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1468590-
CMYK00.420.380.43
HSL355.08º26.41%45.29%-
HSV(B)355.08º41.78%57.25%-
XYZ16.9513.3511.36-
YUV103.81120.21158.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=45.48%
G=26.48%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146859000.420.380.43355.0826.4145.29
Hex92555A02A262B1631a2d
Octal22212513205246535433255
Binary1001001010101011011010010101010011010101110110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92555A; }

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

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

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

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

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

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

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

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