#945063

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

Shades of Vin Rouge #945063

Tints of Vin Rouge #945063

Color information

#945063 (or 0x945063) is unknown color: approx Vin Rouge. HEX triplet: 94, 50 and 63. RGB value is (148,80,99). Sum of RGB (Red+Green+Blue) = 148+80+99=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #945063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945063 is #6BAF9C. Grayscale: #666666. Windows color (decimal): -7057309 or 6508692. OLE color: 6508692.

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

Color convert

RGB1488099-
CMYK00.460.330.42
HSL343.24º29.82%44.71%-
HSV(B)343.24º45.95%58.04%-
XYZ17.3312.9313.39-
YUV102.5126.03160.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=45.26%
G=24.46%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148809900.460.330.42343.2429.8244.71
Hex94506302E212A1571e2d
Octal22412014305641525273655
Binary1001010010100001100011010111010000110101010101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945063; }

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

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

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

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

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

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

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

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