Html Css Color HEX #975868 Vin Rouge

📋 copy color: '#975868'

red 151 ◦ green 88 ◦ blue 104

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

Shades of Vin Rouge #975868

Tints of Vin Rouge #975868

RGB

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

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

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

R = 44.02%
G = 25.66%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#975868 (or 0x975868) is known color: Vin Rouge. HEX triplet: 97, 58 and 68. RGB value is (151,88,104). Sum of RGB (Red+Green+Blue) = 151+88+104=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #975868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975868 is #68A797. Grayscale: #6C6C6C. Windows color (decimal): -6858648 or 6838423. OLE color: 6838423.

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

Color convert

RGB 151 88 104 -
CMYK 0 0.42 0.31 0.41
HSL 344.76º 0.26% 0.47% -
HSV(B) 344.76º 0.42% 0.59% -
XYZ 18.75 14.56 14.92 -
YUV 108.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 151 88 104 0 0.42 0.31 0.41 344.76 0.26 0.47
Hex 97 58 68 0 2A 1F 29 159 1A 2F
Octal 227 130 150 0 52 37 51 531 32 57
Binary 10010111 1011000 1101000 0 101010 11111 101001 101011001 11010 101111

Color Harmonies of #975868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975868

Black with #975868

Text Example


Text Example

White with #975868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975868; }

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

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

background-color css

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

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

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

border-color css

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

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

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