#955264

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

Shades of Vin Rouge #955264

Tints of Vin Rouge #955264

Color information

#955264 (or 0x955264) is unknown color: approx Vin Rouge. HEX triplet: 95, 52 and 64. RGB value is (149,82,100). Sum of RGB (Red+Green+Blue) = 149+82+100=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #955264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955264 is #6AAD9B. Grayscale: #686868. Windows color (decimal): -6991260 or 6574741. OLE color: 6574741.

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

Color convert

RGB14982100-
CMYK00.450.330.42
HSL343.88º29%45.29%-
HSV(B)343.88º44.97%58.43%-
XYZ17.7113.3413.7-
YUV104.08125.7160.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=45.02%
G=24.77%
B=30.21%

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
Decimal1498210000.450.330.42343.882945.29
Hex95526402D212A1581d2d
Octal22512214405541525303555
Binary1001010110100101100100010110110000110101010101100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955264; }

 p { color: rgb(149,82,100); }

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

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

 a { background-color: rgb(149,82,100); }

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

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

 span { border-color: rgb(149,82,100); }

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