#945463

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

Shades of Vin Rouge #945463

Tints of Vin Rouge #945463

Color information

#945463 (or 0x945463) is unknown color: approx Vin Rouge. HEX triplet: 94, 54 and 63. RGB value is (148,84,99). Sum of RGB (Red+Green+Blue) = 148+84+99=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #945463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945463 is #6BAB9C. Grayscale: #686868. Windows color (decimal): -7056285 or 6509716. OLE color: 6509716.

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

Color convert

RGB1488499-
CMYK00.430.330.42
HSL345.94º27.59%45.49%-
HSV(B)345.94º43.24%58.04%-
XYZ17.6413.5413.49-
YUV104.85124.7158.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=44.71%
G=25.38%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148849900.430.330.42345.9427.5945.49
Hex94546302B212A15a1c2d
Octal22412414305341525323455
Binary1001010010101001100011010101110000110101010101101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945463; }

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

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

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

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

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

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

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

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