Html Css Color HEX #975861 Vin Rouge

📋 copy color: '#975861'

red 151 ◦ green 88 ◦ blue 97

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

Shades of Vin Rouge #975861

Tints of Vin Rouge #975861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 44.94%
G = 26.19%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#975861 (or 0x975861) is known color: Vin Rouge. HEX triplet: 97, 58 and 61. RGB value is (151,88,97). Sum of RGB (Red+Green+Blue) = 151+88+97=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #975861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975861 is #68A79E. Grayscale: #6B6B6B. Windows color (decimal): -6858655 or 6379671. OLE color: 6379671.

HSL color Cylindrical-coordinate representation of color #975861: hue angle of 351.43º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975861 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 88 97 -
CMYK 0 0.42 0.36 0.41
HSL 351.43º 0.26% 0.47% -
HSV(B) 351.43º 0.42% 0.59% -
XYZ 18.41 14.42 13.12 -
YUV 107.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 151 88 97 0 0.42 0.36 0.41 351.43 0.26 0.47
Hex 97 58 61 0 2A 24 29 15F 1A 2F
Octal 227 130 141 0 52 44 51 537 32 57
Binary 10010111 1011000 1100001 0 101010 100100 101001 101011111 11010 101111

Color Harmonies of #975861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975861

Black with #975861

Text Example


Text Example

White with #975861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975861; }

 p { color: rgb(151,88,97); }

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

background-color css

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

 a { background-color: rgb(151,88,97); }

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

border-color css

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

 span { border-color: rgb(151,88,97); }

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