#955268

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

Shades of Vin Rouge #955268

Tints of Vin Rouge #955268

Color information

#955268 (or 0x955268) is unknown color: approx Vin Rouge. HEX triplet: 95, 52 and 68. RGB value is (149,82,104). Sum of RGB (Red+Green+Blue) = 149+82+104=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #955268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955268 is #6AAD97. Grayscale: #686868. Windows color (decimal): -6991256 or 6836885. OLE color: 6836885.

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

Color convert

RGB14982104-
CMYK00.450.300.42
HSL340.3º29%45.29%-
HSV(B)340.3º44.97%58.43%-
XYZ17.9113.4214.74-
YUV104.54127.7159.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=44.48%
G=24.48%
B=31.04%

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
Decimal1498210400.450.300.42340.32945.29
Hex95526802D1E2A1541d2d
Octal22512215005536525243555
Binary100101011010010110100001011011111010101010101010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955268; }

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

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

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

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

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

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

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

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