Html Css Color HEX #965859 Vin Rouge

📋 copy color: '#965859'

red 150 ◦ green 88 ◦ blue 89

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

Shades of Vin Rouge #965859

Tints of Vin Rouge #965859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

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

R = 45.87%
G = 26.91%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#965859 (or 0x965859) is known color: Vin Rouge. HEX triplet: 96, 58 and 59. RGB value is (150,88,89). Sum of RGB (Red+Green+Blue) = 150+88+89=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #965859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965859 is #69A7A6. Grayscale: #6A6A6A. Windows color (decimal): -6924199 or 5855382. OLE color: 5855382.

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

Color convert

RGB 150 88 89 -
CMYK 0 0.41 0.41 0.41
HSL 359.03º 0.26% 0.47% -
HSV(B) 359.03º 0.41% 0.59% -
XYZ 17.87 14.18 11.25 -
YUV 106.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 150 88 89 0 0.41 0.41 0.41 359.03 0.26 0.47
Hex 96 58 59 0 29 29 29 167 1A 2F
Octal 226 130 131 0 51 51 51 547 32 57
Binary 10010110 1011000 1011001 0 101001 101001 101001 101100111 11010 101111

Color Harmonies of #965859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965859

Black with #965859

Text Example


Text Example

White with #965859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965859; }

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

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

background-color css

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

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

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

border-color css

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

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

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