#925962

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

Shades of Vin Rouge #925962

Tints of Vin Rouge #925962

Color information

#925962 (or 0x925962) is unknown color: approx Vin Rouge. HEX triplet: 92, 59 and 62. RGB value is (146,89,98). Sum of RGB (Red+Green+Blue) = 146+89+98=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #925962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925962 is #6DA69D. Grayscale: #6B6B6B. Windows color (decimal): -7186078 or 6445458. OLE color: 6445458.

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

Color convert

RGB1468998-
CMYK00.390.330.43
HSL350.53º24.26%46.08%-
HSV(B)350.53º39.04%57.25%-
XYZ17.6314.1413.35-
YUV107.07122.88155.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=43.84%
G=26.73%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146899800.390.330.43350.5324.2646.08
Hex925962027212B15f182e
Octal22213114204741535373056
Binary1001001010110011100010010011110000110101110101111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925962; }

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

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

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

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

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

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

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

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