#92555B

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

Shades of Vin Rouge #92555B

Tints of Vin Rouge #92555B

Color information

#92555B (or 0x92555B) is unknown color: approx Vin Rouge. HEX triplet: 92, 55 and 5B. RGB value is (146,85,91). Sum of RGB (Red+Green+Blue) = 146+85+91=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #92555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92555B is #6DAAA4. Grayscale: #676767. Windows color (decimal): -7187109 or 5985682. OLE color: 5985682.

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

Color convert

RGB1468591-
CMYK00.420.380.43
HSL354.1º26.41%45.29%-
HSV(B)354.1º41.78%57.25%-
XYZ16.9913.3611.58-
YUV103.92120.71158.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=45.34%
G=26.40%
B=28.26%

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
Decimal146859100.420.380.43354.126.4145.29
Hex92555B02A262B1621a2d
Octal22212513305246535423255
Binary1001001010101011011011010101010011010101110110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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