#945362

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

Shades of Vin Rouge #945362

Tints of Vin Rouge #945362

Color information

#945362 (or 0x945362) is unknown color: approx Vin Rouge. HEX triplet: 94, 53 and 62. RGB value is (148,83,98). Sum of RGB (Red+Green+Blue) = 148+83+98=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #945362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945362 is #6BAC9D. Grayscale: #686868. Windows color (decimal): -7056542 or 6443924. OLE color: 6443924.

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

Color convert

RGB1488398-
CMYK00.440.340.42
HSL346.15º28.14%45.29%-
HSV(B)346.15º43.92%58.04%-
XYZ17.5113.3613.21-
YUV104.14124.53159.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=44.98%
G=25.23%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148839800.440.340.42346.1528.1445.29
Hex94536202C222A15a1c2d
Octal22412314205442525323455
Binary1001010010100111100010010110010001010101010101101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945362; }

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

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

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

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

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

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

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

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