Html Css Color HEX #975761 Vin Rouge

📋 copy color: '#975761'

red 151 ◦ green 87 ◦ blue 97

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

Shades of Vin Rouge #975761

Tints of Vin Rouge #975761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.97%

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

R = 45.07%
G = 25.97%
B = 28.96%

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

#975761 (or 0x975761) is known color: Vin Rouge. HEX triplet: 97, 57 and 61. RGB value is (151,87,97). Sum of RGB (Red+Green+Blue) = 151+87+97=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975761 is #68A89E. Grayscale: #6B6B6B. Windows color (decimal): -6858911 or 6379415. OLE color: 6379415.

HSL color Cylindrical-coordinate representation of color #975761: hue angle of 350.62º degrees, saturation: 0.27, 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 #975761 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 87 97 -
CMYK 0 0.42 0.36 0.41
HSL 350.63º 0.27% 0.47% -
HSV(B) 350.63º 0.42% 0.59% -
XYZ 18.33 14.26 13.1 -
YUV 107.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 151 87 97 0 0.42 0.36 0.41 350.63 0.27 0.47
Hex 97 57 61 0 2A 24 29 15F 1B 2F
Octal 227 127 141 0 52 44 51 537 33 57
Binary 10010111 1010111 1100001 0 101010 100100 101001 101011111 11011 101111

Color Harmonies of #975761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975761

Black with #975761

Text Example


Text Example

White with #975761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975761; }

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

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

background-color css

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

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

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

border-color css

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

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

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