#925258

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

Shades of Vin Rouge #925258

Tints of Vin Rouge #925258

Color information

#925258 (or 0x925258) is unknown color: approx Vin Rouge. HEX triplet: 92, 52 and 58. RGB value is (146,82,88). Sum of RGB (Red+Green+Blue) = 146+82+88=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #925258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925258 is #6DADA7. Grayscale: #656565. Windows color (decimal): -7187880 or 5788306. OLE color: 5788306.

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

Color convert

RGB1468288-
CMYK00.440.400.43
HSL354.38º28.07%44.71%-
HSV(B)354.38º43.84%57.25%-
XYZ16.6312.8510.84-
YUV101.82120.2159.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=46.20%
G=25.95%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146828800.440.400.43354.3828.0744.71
Hex92525802C282B1621c2d
Octal22212213005450535423455
Binary1001001010100101011000010110010100010101110110001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925258; }

 p { color: rgb(146,82,88); }

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

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

 a { background-color: rgb(146,82,88); }

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

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

 span { border-color: rgb(146,82,88); }

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