Html Css Color HEX #954D5C Vin Rouge

📋 copy color: '#954D5C'

red 149 ◦ green 77 ◦ blue 92

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

Shades of Vin Rouge #954D5C

Tints of Vin Rouge #954D5C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 46.86%
G = 24.21%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#954D5C (or 0x954D5C) is known color: Vin Rouge. HEX triplet: 95, 4D and 5C. RGB value is (149,77,92). Sum of RGB (Red+Green+Blue) = 149+77+92=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D5C is #6AB2A3. Grayscale: #646464. Windows color (decimal): -6992548 or 6049173. OLE color: 6049173.

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

Color convert

RGB 149 77 92 -
CMYK 0 0.48 0.38 0.42
HSL 347.5º 0.32% 0.44% -
HSV(B) 347.5º 0.48% 0.58% -
XYZ 16.98 12.47 11.64 -
YUV 100.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 149 77 92 0 0.48 0.38 0.42 347.5 0.32 0.44
Hex 95 4D 5C 0 30 26 2A 15C 20 2C
Octal 225 115 134 0 60 46 52 534 40 54
Binary 10010101 1001101 1011100 0 110000 100110 101010 101011100 100000 101100

Color Harmonies of #954D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D5C

Black with #954D5C

Text Example


Text Example

White with #954D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,77,92); }

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

background-color css

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

 a { background-color: rgb(149,77,92); }

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

border-color css

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

 span { border-color: rgb(149,77,92); }

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