#945263

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

Shades of Vin Rouge #945263

Tints of Vin Rouge #945263

Color information

#945263 (or 0x945263) is unknown color: approx Vin Rouge. HEX triplet: 94, 52 and 63. RGB value is (148,82,99). Sum of RGB (Red+Green+Blue) = 148+82+99=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #945263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945263 is #6BAD9C. Grayscale: #676767. Windows color (decimal): -7056797 or 6509204. OLE color: 6509204.

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

Color convert

RGB1488299-
CMYK00.450.330.42
HSL344.55º28.7%45.1%-
HSV(B)344.55º44.59%58.04%-
XYZ17.4813.2313.44-
YUV103.67125.37159.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=44.98%
G=24.92%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148829900.450.330.42344.5528.745.1
Hex94526302D212A1591d2d
Octal22412214305541525313555
Binary1001010010100101100011010110110000110101010101100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945263; }

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

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

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

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

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

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

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

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