#925967

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

Shades of Vin Rouge #925967

Tints of Vin Rouge #925967

Color information

#925967 (or 0x925967) is unknown color: approx Vin Rouge. HEX triplet: 92, 59 and 67. RGB value is (146,89,103). Sum of RGB (Red+Green+Blue) = 146+89+103=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #925967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925967 is #6DA698. Grayscale: #6B6B6B. Windows color (decimal): -7186073 or 6773138. OLE color: 6773138.

HSL color Cylindrical-coordinate representation of color #925967: hue angle of 345.26º 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 #925967 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB14689103-
CMYK00.390.290.43
HSL345.26º24.26%46.08%-
HSV(B)345.26º39.04%57.25%-
XYZ17.8714.2414.64-
YUV107.64125.38155.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=43.20%
G=26.33%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468910300.390.290.43345.2624.2646.08
Hex9259670271D2B159182e
Octal22213114704735535313056
Binary100100101011001110011101001111110110101110101100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925967; }

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

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

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

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

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

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

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

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