#965261

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

Shades of Vin Rouge #965261

Tints of Vin Rouge #965261

Color information

#965261 (or 0x965261) is unknown color: approx Vin Rouge. HEX triplet: 96, 52 and 61. RGB value is (150,82,97). Sum of RGB (Red+Green+Blue) = 150+82+97=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #965261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965261 is #69AD9E. Grayscale: #686868. Windows color (decimal): -6925727 or 6378134. OLE color: 6378134.

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

Color convert

RGB1508297-
CMYK00.450.350.41
HSL346.76º29.31%45.49%-
HSV(B)346.76º45.33%58.82%-
XYZ17.7513.3812.96-
YUV104.04124.03160.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=45.59%
G=24.92%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150829700.450.350.41346.7629.3145.49
Hex96526102D232915b1d2d
Octal22612214105543515333555
Binary1001011010100101100001010110110001110100110101101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965261; }

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

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

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

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

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

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

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

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