#965C63

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

Shades of Vin Rouge #965C63

Tints of Vin Rouge #965C63

Color information

#965C63 (or 0x965C63) is unknown color: approx Vin Rouge. HEX triplet: 96, 5C and 63. RGB value is (150,92,99). Sum of RGB (Red+Green+Blue) = 150+92+99=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #965C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C63 is #69A39C. Grayscale: #6E6E6E. Windows color (decimal): -6923165 or 6511766. OLE color: 6511766.

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

Color convert

RGB1509299-
CMYK00.390.340.41
HSL352.76º23.97%47.45%-
HSV(B)352.76º38.67%58.82%-
XYZ18.6615.0413.72-
YUV110.14121.72156.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 99 (39.06% from 255) = 29.03%
R=43.99%
G=26.98%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150929900.390.340.41352.7623.9747.45
Hex965C630272229161182f
Octal22613414304742515413057
Binary1001011010111001100011010011110001010100110110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,92,99); }

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

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

 a { background-color: rgb(150,92,99); }

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

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

 span { border-color: rgb(150,92,99); }

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