Html Css Color HEX #975663 Vin Rouge

📋 copy color: '#975663'

red 151 ◦ green 86 ◦ blue 99

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

Shades of Vin Rouge #975663

Tints of Vin Rouge #975663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

 BLUE value IS 99 (39.06% from 255) = 29.46%

R = 44.94%
G = 25.6%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#975663 (or 0x975663) is known color: Vin Rouge. HEX triplet: 97, 56 and 63. RGB value is (151,86,99). Sum of RGB (Red+Green+Blue) = 151+86+99=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #975663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975663 is #68A99C. Grayscale: #6A6A6A. Windows color (decimal): -6859165 or 6510231. OLE color: 6510231.

HSL color Cylindrical-coordinate representation of color #975663: hue angle of 348º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #975663 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 86 99 -
CMYK 0 0.43 0.34 0.41
HSL 348º 0.27% 0.46% -
HSV(B) 348º 0.43% 0.59% -
XYZ 18.34 14.14 13.57 -
YUV 106.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 151 86 99 0 0.43 0.34 0.41 348 0.27 0.46
Hex 97 56 63 0 2B 22 29 15C 1B 2E
Octal 227 126 143 0 53 42 51 534 33 56
Binary 10010111 1010110 1100011 0 101011 100010 101001 101011100 11011 101110

Color Harmonies of #975663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975663

Black with #975663

Text Example


Text Example

White with #975663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975663; }

 p { color: rgb(151,86,99); }

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

background-color css

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

 a { background-color: rgb(151,86,99); }

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

border-color css

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

 span { border-color: rgb(151,86,99); }

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