#925462

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

Shades of Vin Rouge #925462

Tints of Vin Rouge #925462

Color information

#925462 (or 0x925462) is unknown color: approx Vin Rouge. HEX triplet: 92, 54 and 62. RGB value is (146,84,98). Sum of RGB (Red+Green+Blue) = 146+84+98=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #925462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925462 is #6DAB9D. Grayscale: #686868. Windows color (decimal): -7187358 or 6444178. OLE color: 6444178.

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

Color convert

RGB1468498-
CMYK00.420.330.43
HSL346.45º26.96%45.1%-
HSV(B)346.45º42.47%57.25%-
XYZ17.2313.3313.22-
YUV104.13124.54157.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=44.51%
G=25.61%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146849800.420.330.43346.4526.9645.1
Hex92546202A212B15a1b2d
Octal22212414205241535323355
Binary1001001010101001100010010101010000110101110101101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925462; }

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

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

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

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

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

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

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

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