#965461

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

Shades of Vin Rouge #965461

Tints of Vin Rouge #965461

Color information

#965461 (or 0x965461) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 61. RGB value is (150,84,97). Sum of RGB (Red+Green+Blue) = 150+84+97=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965461 is #69AB9E. Grayscale: #696969. Windows color (decimal): -6925215 or 6378646. OLE color: 6378646.

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

Color convert

RGB1508497-
CMYK00.440.350.41
HSL348.18º28.21%45.88%-
HSV(B)348.18º44%58.82%-
XYZ17.9113.6913.01-
YUV105.22123.37159.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=45.32%
G=25.38%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150849700.440.350.41348.1828.2145.88
Hex96546102C232915c1c2e
Octal22612414105443515343456
Binary1001011010101001100001010110010001110100110101110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965461; }

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

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

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

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

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

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

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

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