#945762

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

Shades of Vin Rouge #945762

Tints of Vin Rouge #945762

Color information

#945762 (or 0x945762) is unknown color: approx Vin Rouge. HEX triplet: 94, 57 and 62. RGB value is (148,87,98). Sum of RGB (Red+Green+Blue) = 148+87+98=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #945762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945762 is #6BA89D. Grayscale: #6A6A6A. Windows color (decimal): -7055518 or 6444948. OLE color: 6444948.

HSL color Cylindrical-coordinate representation of color #945762: hue angle of 349.18º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945762 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1488798-
CMYK00.410.340.42
HSL349.18º25.96%46.08%-
HSV(B)349.18º41.22%58.04%-
XYZ17.8313.9913.32-
YUV106.49123.21157.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=44.44%
G=26.13%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148879800.410.340.42349.1825.9646.08
Hex945762029222A15d1a2e
Octal22412714205142525353256
Binary1001010010101111100010010100110001010101010101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945762; }

 p { color: rgb(148,87,98); }

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

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

 a { background-color: rgb(148,87,98); }

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

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

 span { border-color: rgb(148,87,98); }

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