Html Css Color HEX #975765 Vin Rouge

📋 copy color: '#975765'

red 151 ◦ green 87 ◦ blue 101

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

Shades of Vin Rouge #975765

Tints of Vin Rouge #975765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 44.54%
G = 25.66%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#975765 (or 0x975765) is known color: Vin Rouge. HEX triplet: 97, 57 and 65. RGB value is (151,87,101). Sum of RGB (Red+Green+Blue) = 151+87+101=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #975765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975765 is #68A89A. Grayscale: #6B6B6B. Windows color (decimal): -6858907 or 6641559. OLE color: 6641559.

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

Color convert

RGB 151 87 101 -
CMYK 0 0.42 0.33 0.41
HSL 346.88º 0.27% 0.47% -
HSV(B) 346.88º 0.42% 0.59% -
XYZ 18.52 14.34 14.1 -
YUV 107.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 151 87 101 0 0.42 0.33 0.41 346.88 0.27 0.47
Hex 97 57 65 0 2A 21 29 15B 1B 2F
Octal 227 127 145 0 52 41 51 533 33 57
Binary 10010111 1010111 1100101 0 101010 100001 101001 101011011 11011 101111

Color Harmonies of #975765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975765

Black with #975765

Text Example


Text Example

White with #975765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975765; }

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

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

background-color css

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

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

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

border-color css

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

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

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