Html Css Color HEX #954E64 Vin Rouge

📋 copy color: '#954E64'

red 149 ◦ green 78 ◦ blue 100

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

Shades of Vin Rouge #954E64

Tints of Vin Rouge #954E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 45.57%
G = 23.85%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#954E64 (or 0x954E64) is known color: Vin Rouge. HEX triplet: 95, 4E and 64. RGB value is (149,78,100). Sum of RGB (Red+Green+Blue) = 149+78+100=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #954E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E64 is #6AB19B. Grayscale: #656565. Windows color (decimal): -6992284 or 6573717. OLE color: 6573717.

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

Color convert

RGB 149 78 100 -
CMYK 0 0.48 0.33 0.42
HSL 341.41º 0.31% 0.45% -
HSV(B) 341.41º 0.48% 0.58% -
XYZ 17.42 12.76 13.6 -
YUV 101.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 149 78 100 0 0.48 0.33 0.42 341.41 0.31 0.45
Hex 95 4E 64 0 30 21 2A 155 1F 2D
Octal 225 116 144 0 60 41 52 525 37 55
Binary 10010101 1001110 1100100 0 110000 100001 101010 101010101 11111 101101

Color Harmonies of #954E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E64

Black with #954E64

Text Example


Text Example

White with #954E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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