#945268

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

Shades of Vin Rouge #945268

Tints of Vin Rouge #945268

Color information

#945268 (or 0x945268) is unknown color: approx Vin Rouge. HEX triplet: 94, 52 and 68. RGB value is (148,82,104). Sum of RGB (Red+Green+Blue) = 148+82+104=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #945268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945268 is #6BAD97. Grayscale: #686868. Windows color (decimal): -7056792 or 6836884. OLE color: 6836884.

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

Color convert

RGB14882104-
CMYK00.450.300.42
HSL340º28.7%45.1%-
HSV(B)340º44.59%58.04%-
XYZ17.7313.3314.74-
YUV104.24127.87159.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=44.31%
G=24.55%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488210400.450.300.4234028.745.1
Hex94526802D1E2A1541d2d
Octal22412215005536525243555
Binary100101001010010110100001011011111010101010101010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945268; }

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

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

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

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

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

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

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

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