#965A62

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

Shades of Vin Rouge #965A62

Tints of Vin Rouge #965A62

Color information

#965A62 (or 0x965A62) is unknown color: approx Vin Rouge. HEX triplet: 96, 5A and 62. RGB value is (150,90,98). Sum of RGB (Red+Green+Blue) = 150+90+98=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #965A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A62 is #69A59D. Grayscale: #6C6C6C. Windows color (decimal): -6923678 or 6445718. OLE color: 6445718.

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

Color convert

RGB1509098-
CMYK00.40.350.41
HSL352º25%47.06%-
HSV(B)352º40%58.82%-
XYZ18.4414.6813.42-
YUV108.85121.88157.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=44.38%
G=26.63%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150909800.40.350.413522547.06
Hex965A620282329160192f
Octal22613214205043515403157
Binary1001011010110101100010010100010001110100110110000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965A62; }

 p { color: rgb(150,90,98); }

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

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

 a { background-color: rgb(150,90,98); }

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

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

 span { border-color: rgb(150,90,98); }

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