Html Css Color HEX #955461 Vin Rouge

📋 copy color: '#955461'

red 149 ◦ green 84 ◦ blue 97

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

Shades of Vin Rouge #955461

Tints of Vin Rouge #955461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 45.15%
G = 25.45%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#955461 (or 0x955461) is known color: Vin Rouge. HEX triplet: 95, 54 and 61. RGB value is (149,84,97). Sum of RGB (Red+Green+Blue) = 149+84+97=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #955461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955461 is #6AAB9E. Grayscale: #686868. Windows color (decimal): -6990751 or 6378645. OLE color: 6378645.

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

Color convert

RGB 149 84 97 -
CMYK 0 0.44 0.35 0.42
HSL 348º 0.28% 0.46% -
HSV(B) 348º 0.44% 0.58% -
XYZ 17.72 13.59 13 -
YUV 104.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 149 84 97 0 0.44 0.35 0.42 348 0.28 0.46
Hex 95 54 61 0 2C 23 2A 15C 1C 2E
Octal 225 124 141 0 54 43 52 534 34 56
Binary 10010101 1010100 1100001 0 101100 100011 101010 101011100 11100 101110

Color Harmonies of #955461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955461

Black with #955461

Text Example


Text Example

White with #955461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955461; }

 p { color: rgb(149,84,97); }

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

background-color css

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

 a { background-color: rgb(149,84,97); }

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

border-color css

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

 span { border-color: rgb(149,84,97); }

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