Html Css Color HEX #954F5E Vin Rouge

📋 copy color: '#954F5E'

red 149 ◦ green 79 ◦ blue 94

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

Shades of Vin Rouge #954F5E

Tints of Vin Rouge #954F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 46.27%
G = 24.53%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#954F5E (or 0x954F5E) is known color: Vin Rouge. HEX triplet: 95, 4F and 5E. RGB value is (149,79,94). Sum of RGB (Red+Green+Blue) = 149+79+94=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #954F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F5E is #6AB0A1. Grayscale: #656565. Windows color (decimal): -6992034 or 6180757. OLE color: 6180757.

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

Color convert

RGB 149 79 94 -
CMYK 0 0.47 0.37 0.42
HSL 347.14º 0.31% 0.45% -
HSV(B) 347.14º 0.47% 0.58% -
XYZ 17.21 12.79 12.15 -
YUV 101.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 149 79 94 0 0.47 0.37 0.42 347.14 0.31 0.45
Hex 95 4F 5E 0 2F 25 2A 15B 1F 2D
Octal 225 117 136 0 57 45 52 533 37 55
Binary 10010101 1001111 1011110 0 101111 100101 101010 101011011 11111 101101

Color Harmonies of #954F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F5E

Black with #954F5E

Text Example


Text Example

White with #954F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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