#92505D

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

Shades of Vin Rouge #92505D

Tints of Vin Rouge #92505D

Color information

#92505D (or 0x92505D) is unknown color: approx Vin Rouge. HEX triplet: 92, 50 and 5D. RGB value is (146,80,93). Sum of RGB (Red+Green+Blue) = 146+80+93=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #92505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92505D is #6DAFA2. Grayscale: #656565. Windows color (decimal): -7188387 or 6115474. OLE color: 6115474.

HSL color Cylindrical-coordinate representation of color #92505D: hue angle of 348.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92505D is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1468093-
CMYK00.450.360.43
HSL348.18º29.2%44.31%-
HSV(B)348.18º45.21%57.25%-
XYZ16.712.6411.92-
YUV101.22123.37159.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=45.77%
G=25.08%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146809300.450.360.43348.1829.244.31
Hex92505D02D242B15c1d2c
Octal22212013505544535343554
Binary1001001010100001011101010110110010010101110101110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92505D; }

 p { color: rgb(146,80,93); }

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

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

 a { background-color: rgb(146,80,93); }

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

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

 span { border-color: rgb(146,80,93); }

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