Html Css Color HEX #954E61 Vin Rouge

📋 copy color: '#954E61'

red 149 ◦ green 78 ◦ blue 97

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

Shades of Vin Rouge #954E61

Tints of Vin Rouge #954E61

RGB

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

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

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

R = 45.99%
G = 24.07%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#954E61 (or 0x954E61) is known color: Vin Rouge. HEX triplet: 95, 4E and 61. RGB value is (149,78,97). Sum of RGB (Red+Green+Blue) = 149+78+97=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #954E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E61 is #6AB19E. Grayscale: #656565. Windows color (decimal): -6992287 or 6377109. OLE color: 6377109.

HSL color Cylindrical-coordinate representation of color #954E61: hue angle of 343.94º 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 #954E61 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 78 97 -
CMYK 0 0.48 0.35 0.42
HSL 343.94º 0.31% 0.45% -
HSV(B) 343.94º 0.48% 0.58% -
XYZ 17.28 12.7 12.85 -
YUV 101.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 149 78 97 0 0.48 0.35 0.42 343.94 0.31 0.45
Hex 95 4E 61 0 30 23 2A 158 1F 2D
Octal 225 116 141 0 60 43 52 530 37 55
Binary 10010101 1001110 1100001 0 110000 100011 101010 101011000 11111 101101

Color Harmonies of #954E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E61

Black with #954E61

Text Example


Text Example

White with #954E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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