#955261

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

Shades of Vin Rouge #955261

Tints of Vin Rouge #955261

Color information

#955261 (or 0x955261) is unknown color: approx Vin Rouge. HEX triplet: 95, 52 and 61. RGB value is (149,82,97). Sum of RGB (Red+Green+Blue) = 149+82+97=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #955261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955261 is #6AAD9E. Grayscale: #676767. Windows color (decimal): -6991263 or 6378133. OLE color: 6378133.

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

Color convert

RGB1498297-
CMYK00.450.350.42
HSL346.57º29%45.29%-
HSV(B)346.57º44.97%58.43%-
XYZ17.5713.2912.95-
YUV103.74124.2160.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=45.43%
G=25%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149829700.450.350.42346.572945.29
Hex95526102D232A15b1d2d
Octal22512214105543525333555
Binary1001010110100101100001010110110001110101010101101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955261; }

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

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

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

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

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

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

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

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