#925467

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

Shades of Vin Rouge #925467

Tints of Vin Rouge #925467

Color information

#925467 (or 0x925467) is unknown color: approx Vin Rouge. HEX triplet: 92, 54 and 67. RGB value is (146,84,103). Sum of RGB (Red+Green+Blue) = 146+84+103=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #925467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925467 is #6DAB98. Grayscale: #686868. Windows color (decimal): -7187353 or 6771858. OLE color: 6771858.

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

Color convert

RGB14684103-
CMYK00.420.290.43
HSL341.61º26.96%45.1%-
HSV(B)341.61º42.47%57.25%-
XYZ17.4713.4314.5-
YUV104.7127.04157.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=43.84%
G=25.23%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468410300.420.290.43341.6126.9645.1
Hex92546702A1D2B1561b2d
Octal22212414705235535263355
Binary100100101010100110011101010101110110101110101011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925467; }

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

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

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

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

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

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

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

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