Html Css Color HEX #954F5D Vin Rouge

📋 copy color: '#954F5D'

red 149 ◦ green 79 ◦ blue 93

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

Shades of Vin Rouge #954F5D

Tints of Vin Rouge #954F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 46.42%
G = 24.61%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#954F5D (or 0x954F5D) is known color: Vin Rouge. HEX triplet: 95, 4F and 5D. RGB value is (149,79,93). Sum of RGB (Red+Green+Blue) = 149+79+93=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #954F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F5D is #6AB0A2. Grayscale: #656565. Windows color (decimal): -6992035 or 6115221. OLE color: 6115221.

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

Color convert

RGB 149 79 93 -
CMYK 0 0.47 0.38 0.42
HSL 348º 0.31% 0.45% -
HSV(B) 348º 0.47% 0.58% -
XYZ 17.17 12.77 11.92 -
YUV 101.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 149 79 93 0 0.47 0.38 0.42 348 0.31 0.45
Hex 95 4F 5D 0 2F 26 2A 15C 1F 2D
Octal 225 117 135 0 57 46 52 534 37 55
Binary 10010101 1001111 1011101 0 101111 100110 101010 101011100 11111 101101

Color Harmonies of #954F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F5D

Black with #954F5D

Text Example


Text Example

White with #954F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,79,93); }

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

background-color css

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

 a { background-color: rgb(149,79,93); }

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

border-color css

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

 span { border-color: rgb(149,79,93); }

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