Html Css Color HEX #955059 Vin Rouge

📋 copy color: '#955059'

red 149 ◦ green 80 ◦ blue 89

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

Shades of Vin Rouge #955059

Tints of Vin Rouge #955059

RGB

 RED value IS 149 (58.59% from 255) = 46.86%

 GREEN value IS 80 (31.64% from 255) = 25.16%

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

R = 46.86%
G = 25.16%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#955059 (or 0x955059) is known color: Vin Rouge. HEX triplet: 95, 50 and 59. RGB value is (149,80,89). Sum of RGB (Red+Green+Blue) = 149+80+89=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955059 is #6AAFA6. Grayscale: #656565. Windows color (decimal): -6991783 or 5853333. OLE color: 5853333.

HSL color Cylindrical-coordinate representation of color #955059: hue angle of 352.17º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955059 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 89 -
CMYK 0 0.46 0.40 0.42
HSL 352.17º 0.3% 0.45% -
HSV(B) 352.17º 0.46% 0.58% -
XYZ 17.07 12.85 11.03 -
YUV 101.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 149 80 89 0 0.46 0.40 0.42 352.17 0.3 0.45
Hex 95 50 59 0 2E 28 2A 160 1E 2D
Octal 225 120 131 0 56 50 52 540 36 55
Binary 10010101 1010000 1011001 0 101110 101000 101010 101100000 11110 101101

Color Harmonies of #955059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955059

Black with #955059

Text Example


Text Example

White with #955059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955059; }

 p { color: rgb(149,80,89); }

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

background-color css

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

 a { background-color: rgb(149,80,89); }

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

border-color css

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

 span { border-color: rgb(149,80,89); }

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