Html Css Color HEX #975257 Vin Rouge

📋 copy color: '#975257'

red 151 ◦ green 82 ◦ blue 87

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

Shades of Vin Rouge #975257

Tints of Vin Rouge #975257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.19%

R = 47.19%
G = 25.63%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#975257 (or 0x975257) is known color: Vin Rouge. HEX triplet: 97, 52 and 57. RGB value is (151,82,87). Sum of RGB (Red+Green+Blue) = 151+82+87=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #975257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975257 is #68ADA8. Grayscale: #676767. Windows color (decimal): -6860201 or 5722775. OLE color: 5722775.

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

Color convert

RGB 151 82 87 -
CMYK 0 0.46 0.42 0.41
HSL 355.65º 0.3% 0.46% -
HSV(B) 355.65º 0.46% 0.59% -
XYZ 17.5 13.3 10.66 -
YUV 103.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 151 82 87 0 0.46 0.42 0.41 355.65 0.3 0.46
Hex 97 52 57 0 2E 2A 29 164 1E 2E
Octal 227 122 127 0 56 52 51 544 36 56
Binary 10010111 1010010 1010111 0 101110 101010 101001 101100100 11110 101110

Color Harmonies of #975257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975257

Black with #975257

Text Example


Text Example

White with #975257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975257; }

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

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

background-color css

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

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

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

border-color css

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

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

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