#925B62

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

Shades of Vin Rouge #925B62

Tints of Vin Rouge #925B62

Color information

#925B62 (or 0x925B62) is unknown color: approx Vin Rouge. HEX triplet: 92, 5B and 62. RGB value is (146,91,98). Sum of RGB (Red+Green+Blue) = 146+91+98=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #925B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B62 is #6DA49D. Grayscale: #6C6C6C. Windows color (decimal): -7185566 or 6445970. OLE color: 6445970.

HSL color Cylindrical-coordinate representation of color #925B62: hue angle of 352.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925B62 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1469198-
CMYK00.380.330.43
HSL352.36º23.21%46.47%-
HSV(B)352.36º37.67%57.25%-
XYZ17.814.4813.41-
YUV108.24122.22154.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=43.58%
G=27.16%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146919800.380.330.43352.3623.2146.47
Hex925B62026212B160172e
Octal22213314204641535402756
Binary1001001010110111100010010011010000110101110110000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925B62; }

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

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

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

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

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

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

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

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