Html Css Color HEX #974F5A Vin Rouge

📋 copy color: '#974F5A'

red 151 ◦ green 79 ◦ blue 90

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

Shades of Vin Rouge #974F5A

Tints of Vin Rouge #974F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 47.19%
G = 24.69%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#974F5A (or 0x974F5A) is known color: Vin Rouge. HEX triplet: 97, 4F and 5A. RGB value is (151,79,90). Sum of RGB (Red+Green+Blue) = 151+79+90=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #974F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974F5A is #68B0A5. Grayscale: #656565. Windows color (decimal): -6860966 or 5918615. OLE color: 5918615.

HSL color Cylindrical-coordinate representation of color #974F5A: hue angle of 350.83º degrees, saturation: 0.31, 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 #974F5A is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 79 90 -
CMYK 0 0.48 0.40 0.41
HSL 350.83º 0.31% 0.45% -
HSV(B) 350.83º 0.48% 0.59% -
XYZ 17.4 12.91 11.25 -
YUV 101.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 151 79 90 0 0.48 0.40 0.41 350.83 0.31 0.45
Hex 97 4F 5A 0 30 28 29 15F 1F 2D
Octal 227 117 132 0 60 50 51 537 37 55
Binary 10010111 1001111 1011010 0 110000 101000 101001 101011111 11111 101101

Color Harmonies of #974F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974F5A

Black with #974F5A

Text Example


Text Example

White with #974F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,79,90); }

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

background-color css

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

 a { background-color: rgb(151,79,90); }

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

border-color css

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

 span { border-color: rgb(151,79,90); }

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