Html Css Color HEX #975259 Vin Rouge

📋 copy color: '#975259'

red 151 ◦ green 82 ◦ blue 89

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

Shades of Vin Rouge #975259

Tints of Vin Rouge #975259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 46.89%
G = 25.47%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#975259 (or 0x975259) is known color: Vin Rouge. HEX triplet: 97, 52 and 59. RGB value is (151,82,89). Sum of RGB (Red+Green+Blue) = 151+82+89=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #975259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975259 is #68ADA6. Grayscale: #676767. Windows color (decimal): -6860199 or 5853847. OLE color: 5853847.

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

Color convert

RGB 151 82 89 -
CMYK 0 0.46 0.41 0.41
HSL 353.91º 0.3% 0.46% -
HSV(B) 353.91º 0.46% 0.59% -
XYZ 17.58 13.34 11.1 -
YUV 103.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 151 82 89 0 0.46 0.41 0.41 353.91 0.3 0.46
Hex 97 52 59 0 2E 29 29 162 1E 2E
Octal 227 122 131 0 56 51 51 542 36 56
Binary 10010111 1010010 1011001 0 101110 101001 101001 101100010 11110 101110

Color Harmonies of #975259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975259

Black with #975259

Text Example


Text Example

White with #975259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975259; }

 p { color: rgb(151,82,89); }

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

background-color css

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

 a { background-color: rgb(151,82,89); }

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

border-color css

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

 span { border-color: rgb(151,82,89); }

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