#945363

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

Shades of Vin Rouge #945363

Tints of Vin Rouge #945363

Color information

#945363 (or 0x945363) is unknown color: approx Vin Rouge. HEX triplet: 94, 53 and 63. RGB value is (148,83,99). Sum of RGB (Red+Green+Blue) = 148+83+99=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #945363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945363 is #6BAC9C. Grayscale: #686868. Windows color (decimal): -7056541 or 6509460. OLE color: 6509460.

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

Color convert

RGB1488399-
CMYK00.440.330.42
HSL345.23º28.14%45.29%-
HSV(B)345.23º43.92%58.04%-
XYZ17.5613.3813.46-
YUV104.26125.03159.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 99 (39.06% from 255) = 30%
R=44.85%
G=25.15%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148839900.440.330.42345.2328.1445.29
Hex94536302C212A1591c2d
Octal22412314305441525313455
Binary1001010010100111100011010110010000110101010101100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945363; }

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

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

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

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

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

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

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

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