Html Css Color HEX #975763 Vin Rouge

📋 copy color: '#975763'

red 151 ◦ green 87 ◦ blue 99

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

Shades of Vin Rouge #975763

Tints of Vin Rouge #975763

RGB

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

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

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

R = 44.81%
G = 25.82%
B = 29.38%

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

#975763 (or 0x975763) is known color: Vin Rouge. HEX triplet: 97, 57 and 63. RGB value is (151,87,99). Sum of RGB (Red+Green+Blue) = 151+87+99=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #975763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975763 is #68A89C. Grayscale: #6B6B6B. Windows color (decimal): -6858909 or 6510487. OLE color: 6510487.

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

Color convert

RGB 151 87 99 -
CMYK 0 0.42 0.34 0.41
HSL 348.75º 0.27% 0.47% -
HSV(B) 348.75º 0.42% 0.59% -
XYZ 18.42 14.3 13.59 -
YUV 107.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 151 87 99 0 0.42 0.34 0.41 348.75 0.27 0.47
Hex 97 57 63 0 2A 22 29 15D 1B 2F
Octal 227 127 143 0 52 42 51 535 33 57
Binary 10010111 1010111 1100011 0 101010 100010 101001 101011101 11011 101111

Color Harmonies of #975763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975763

Black with #975763

Text Example


Text Example

White with #975763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975763; }

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

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

background-color css

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

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

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

border-color css

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

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

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