Html Css Color HEX #974E59 Vin Rouge

📋 copy color: '#974E59'

red 151 ◦ green 78 ◦ blue 89

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

Shades of Vin Rouge #974E59

Tints of Vin Rouge #974E59

RGB

 RED value IS 151 (59.38% from 255) = 47.48%

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

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

R = 47.48%
G = 24.53%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#974E59 (or 0x974E59) is known color: Vin Rouge. HEX triplet: 97, 4E and 59. RGB value is (151,78,89). Sum of RGB (Red+Green+Blue) = 151+78+89=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #974E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E59 is #68B1A6. Grayscale: #656565. Windows color (decimal): -6861223 or 5852823. OLE color: 5852823.

HSL color Cylindrical-coordinate representation of color #974E59: hue angle of 350.96º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #974E59 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 78 89 -
CMYK 0 0.48 0.41 0.41
HSL 350.96º 0.32% 0.45% -
HSV(B) 350.96º 0.48% 0.59% -
XYZ 17.29 12.75 11 -
YUV 101.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 151 78 89 0 0.48 0.41 0.41 350.96 0.32 0.45
Hex 97 4E 59 0 30 29 29 15F 20 2D
Octal 227 116 131 0 60 51 51 537 40 55
Binary 10010111 1001110 1011001 0 110000 101001 101001 101011111 100000 101101

Color Harmonies of #974E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974E59

Black with #974E59

Text Example


Text Example

White with #974E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974E59; }

 p { color: rgb(151,78,89); }

 H1.HeaderClassName
 {
   color: #974E59;
 }
 .AnyTagClassName
 {
   color: #974E59;
 }
</style>

background-color css

<style>
 a { background-color: #974E59; }

 a { background-color: rgb(151,78,89); }

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

border-color css

<style>
 span { border-color: #974E59; }

 span { border-color: rgb(151,78,89); }

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