Html Css Color HEX #955559 Vin Rouge

📋 copy color: '#955559'

red 149 ◦ green 85 ◦ blue 89

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

Shades of Vin Rouge #955559

Tints of Vin Rouge #955559

RGB

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

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

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

R = 46.13%
G = 26.32%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#955559 (or 0x955559) is known color: Vin Rouge. HEX triplet: 95, 55 and 59. RGB value is (149,85,89). Sum of RGB (Red+Green+Blue) = 149+85+89=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #955559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955559 is #6AAAA6. Grayscale: #686868. Windows color (decimal): -6990503 or 5854613. OLE color: 5854613.

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

Color convert

RGB 149 85 89 -
CMYK 0 0.43 0.40 0.42
HSL 356.25º 0.27% 0.46% -
HSV(B) 356.25º 0.43% 0.58% -
XYZ 17.45 13.61 11.16 -
YUV 104.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 149 85 89 0 0.43 0.40 0.42 356.25 0.27 0.46
Hex 95 55 59 0 2B 28 2A 164 1B 2E
Octal 225 125 131 0 53 50 52 544 33 56
Binary 10010101 1010101 1011001 0 101011 101000 101010 101100100 11011 101110

Color Harmonies of #955559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955559

Black with #955559

Text Example


Text Example

White with #955559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955559; }

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

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

background-color css

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

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

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

border-color css

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

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

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