Html Css Color HEX #975260 Vin Rouge

📋 copy color: '#975260'

red 151 ◦ green 82 ◦ blue 96

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

Shades of Vin Rouge #975260

Tints of Vin Rouge #975260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 45.9%
G = 24.92%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#975260 (or 0x975260) is known color: Vin Rouge. HEX triplet: 97, 52 and 60. RGB value is (151,82,96). Sum of RGB (Red+Green+Blue) = 151+82+96=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #975260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975260 is #68AD9F. Grayscale: #686868. Windows color (decimal): -6860192 or 6312599. OLE color: 6312599.

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

Color convert

RGB 151 82 96 -
CMYK 0 0.46 0.36 0.41
HSL 347.83º 0.3% 0.46% -
HSV(B) 347.83º 0.46% 0.59% -
XYZ 17.89 13.46 12.72 -
YUV 104.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 151 82 96 0 0.46 0.36 0.41 347.83 0.3 0.46
Hex 97 52 60 0 2E 24 29 15C 1E 2E
Octal 227 122 140 0 56 44 51 534 36 56
Binary 10010111 1010010 1100000 0 101110 100100 101001 101011100 11110 101110

Color Harmonies of #975260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975260

Black with #975260

Text Example


Text Example

White with #975260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975260; }

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

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

background-color css

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

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

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

border-color css

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

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

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