Html Css Color HEX #975568 Vin Rouge

📋 copy color: '#975568'

red 151 ◦ green 85 ◦ blue 104

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

Shades of Vin Rouge #975568

Tints of Vin Rouge #975568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 44.41%
G = 25%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#975568 (or 0x975568) is known color: Vin Rouge. HEX triplet: 97, 55 and 68. RGB value is (151,85,104). Sum of RGB (Red+Green+Blue) = 151+85+104=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #975568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975568 is #68AA97. Grayscale: #6A6A6A. Windows color (decimal): -6859416 or 6837655. OLE color: 6837655.

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

Color convert

RGB 151 85 104 -
CMYK 0 0.44 0.31 0.41
HSL 342.73º 0.28% 0.46% -
HSV(B) 342.73º 0.44% 0.59% -
XYZ 18.51 14.08 14.84 -
YUV 106.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 151 85 104 0 0.44 0.31 0.41 342.73 0.28 0.46
Hex 97 55 68 0 2C 1F 29 157 1C 2E
Octal 227 125 150 0 54 37 51 527 34 56
Binary 10010111 1010101 1101000 0 101100 11111 101001 101010111 11100 101110

Color Harmonies of #975568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975568

Black with #975568

Text Example


Text Example

White with #975568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975568; }

 p { color: rgb(151,85,104); }

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

background-color css

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

 a { background-color: rgb(151,85,104); }

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

border-color css

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

 span { border-color: rgb(151,85,104); }

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