Html Css Color HEX #965559 Vin Rouge

📋 copy color: '#965559'

red 150 ◦ green 85 ◦ blue 89

#965559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #965559

Tints of Vin Rouge #965559

RGB

 RED value IS 150 (58.98% from 255) = 46.3%

 GREEN value IS 85 (33.59% from 255) = 26.23%

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 46.3%
G = 26.23%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#965559 (or 0x965559) is known color: Vin Rouge. HEX triplet: 96, 55 and 59. RGB value is (150,85,89). Sum of RGB (Red+Green+Blue) = 150+85+89=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #965559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965559 is #69AAA6. Grayscale: #686868. Windows color (decimal): -6924967 or 5854614. OLE color: 5854614.

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

Color convert

RGB 150 85 89 -
CMYK 0 0.43 0.41 0.41
HSL 356.31º 0.28% 0.46% -
HSV(B) 356.31º 0.43% 0.59% -
XYZ 17.63 13.7 11.17 -
YUV 104.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 150 85 89 0 0.43 0.41 0.41 356.31 0.28 0.46
Hex 96 55 59 0 2B 29 29 164 1C 2E
Octal 226 125 131 0 53 51 51 544 34 56
Binary 10010110 1010101 1011001 0 101011 101001 101001 101100100 11100 101110

Color Harmonies of #965559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965559

Black with #965559

Text Example


Text Example

White with #965559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965559; }

 p { color: rgb(150,85,89); }

 H1.HeaderClassName
 {
   color: #965559;
 }
 .AnyTagClassName
 {
   color: #965559;
 }
</style>

background-color css

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

 a { background-color: rgb(150,85,89); }

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

border-color css

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

 span { border-color: rgb(150,85,89); }

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