Html Css Color HEX #975758 Vin Rouge

📋 copy color: '#975758'

red 151 ◦ green 87 ◦ blue 88

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

Shades of Vin Rouge #975758

Tints of Vin Rouge #975758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 46.32%
G = 26.69%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#975758 (or 0x975758) is known color: Vin Rouge. HEX triplet: 97, 57 and 58. RGB value is (151,87,88). Sum of RGB (Red+Green+Blue) = 151+87+88=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #975758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975758 is #68A8A7. Grayscale: #6A6A6A. Windows color (decimal): -6858920 or 5789591. OLE color: 5789591.

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

Color convert

RGB 151 87 88 -
CMYK 0 0.42 0.42 0.41
HSL 359.06º 0.27% 0.47% -
HSV(B) 359.06º 0.42% 0.59% -
XYZ 17.93 14.1 11.01 -
YUV 106.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 151 87 88 0 0.42 0.42 0.41 359.06 0.27 0.47
Hex 97 57 58 0 2A 2A 29 167 1B 2F
Octal 227 127 130 0 52 52 51 547 33 57
Binary 10010111 1010111 1011000 0 101010 101010 101001 101100111 11011 101111

Color Harmonies of #975758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975758

Black with #975758

Text Example


Text Example

White with #975758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975758; }

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

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

background-color css

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

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

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

border-color css

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

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

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