Html Css Color HEX #954F59 Vin Rouge

📋 copy color: '#954F59'

red 149 ◦ green 79 ◦ blue 89

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

Shades of Vin Rouge #954F59

Tints of Vin Rouge #954F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 47%
G = 24.92%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#954F59 (or 0x954F59) is known color: Vin Rouge. HEX triplet: 95, 4F and 59. RGB value is (149,79,89). Sum of RGB (Red+Green+Blue) = 149+79+89=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #954F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F59 is #6AB0A6. Grayscale: #656565. Windows color (decimal): -6992039 or 5853077. OLE color: 5853077.

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

Color convert

RGB 149 79 89 -
CMYK 0 0.47 0.40 0.42
HSL 351.43º 0.31% 0.45% -
HSV(B) 351.43º 0.47% 0.58% -
XYZ 16.99 12.7 11.01 -
YUV 101.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 149 79 89 0 0.47 0.40 0.42 351.43 0.31 0.45
Hex 95 4F 59 0 2F 28 2A 15F 1F 2D
Octal 225 117 131 0 57 50 52 537 37 55
Binary 10010101 1001111 1011001 0 101111 101000 101010 101011111 11111 101101

Color Harmonies of #954F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F59

Black with #954F59

Text Example


Text Example

White with #954F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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