Html Css Color HEX #975863 Vin Rouge

📋 copy color: '#975863'

red 151 ◦ green 88 ◦ blue 99

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

Shades of Vin Rouge #975863

Tints of Vin Rouge #975863

RGB

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

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

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

R = 44.67%
G = 26.04%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#975863 (or 0x975863) is known color: Vin Rouge. HEX triplet: 97, 58 and 63. RGB value is (151,88,99). Sum of RGB (Red+Green+Blue) = 151+88+99=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #975863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975863 is #68A79C. Grayscale: #6C6C6C. Windows color (decimal): -6858653 or 6510743. OLE color: 6510743.

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

Color convert

RGB 151 88 99 -
CMYK 0 0.42 0.34 0.41
HSL 349.52º 0.26% 0.47% -
HSV(B) 349.52º 0.42% 0.59% -
XYZ 18.5 14.46 13.62 -
YUV 108.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 151 88 99 0 0.42 0.34 0.41 349.52 0.26 0.47
Hex 97 58 63 0 2A 22 29 15E 1A 2F
Octal 227 130 143 0 52 42 51 536 32 57
Binary 10010111 1011000 1100011 0 101010 100010 101001 101011110 11010 101111

Color Harmonies of #975863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975863

Black with #975863

Text Example


Text Example

White with #975863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975863; }

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

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

background-color css

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

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

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

border-color css

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

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

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