#945763

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

Shades of Vin Rouge #945763

Tints of Vin Rouge #945763

Color information

#945763 (or 0x945763) is unknown color: approx Vin Rouge. HEX triplet: 94, 57 and 63. RGB value is (148,87,99). Sum of RGB (Red+Green+Blue) = 148+87+99=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #945763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945763 is #6BA89C. Grayscale: #6A6A6A. Windows color (decimal): -7055517 or 6510484. OLE color: 6510484.

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

Color convert

RGB1488799-
CMYK00.410.330.42
HSL348.2º25.96%46.08%-
HSV(B)348.2º41.22%58.04%-
XYZ17.8714.0113.57-
YUV106.61123.71157.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=44.31%
G=26.05%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148879900.410.330.42348.225.9646.08
Hex945763029212A15c1a2e
Octal22412714305141525343256
Binary1001010010101111100011010100110000110101010101110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945763; }

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

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

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

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

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

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

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

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