Html Css Color HEX #954E60 Vin Rouge

📋 copy color: '#954E60'

red 149 ◦ green 78 ◦ blue 96

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

Shades of Vin Rouge #954E60

Tints of Vin Rouge #954E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.15%

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 46.13%
G = 24.15%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#954E60 (or 0x954E60) is known color: Vin Rouge. HEX triplet: 95, 4E and 60. RGB value is (149,78,96). Sum of RGB (Red+Green+Blue) = 149+78+96=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #954E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E60 is #6AB19F. Grayscale: #656565. Windows color (decimal): -6992288 or 6311573. OLE color: 6311573.

HSL color Cylindrical-coordinate representation of color #954E60: hue angle of 344.79º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E60 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 78 96 -
CMYK 0 0.48 0.36 0.42
HSL 344.79º 0.31% 0.45% -
HSV(B) 344.79º 0.48% 0.58% -
XYZ 17.23 12.68 12.61 -
YUV 101.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 149 78 96 0 0.48 0.36 0.42 344.79 0.31 0.45
Hex 95 4E 60 0 30 24 2A 159 1F 2D
Octal 225 116 140 0 60 44 52 531 37 55
Binary 10010101 1001110 1100000 0 110000 100100 101010 101011001 11111 101101

Color Harmonies of #954E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E60

Black with #954E60

Text Example


Text Example

White with #954E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954E60; }

 p { color: rgb(149,78,96); }

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

background-color css

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

 a { background-color: rgb(149,78,96); }

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

border-color css

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

 span { border-color: rgb(149,78,96); }

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