Html Css Color HEX #97525D Vin Rouge

📋 copy color: '#97525D'

red 151 ◦ green 82 ◦ blue 93

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

Shades of Vin Rouge #97525D

Tints of Vin Rouge #97525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 46.32%
G = 25.15%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#97525D (or 0x97525D) is known color: Vin Rouge. HEX triplet: 97, 52 and 5D. RGB value is (151,82,93). Sum of RGB (Red+Green+Blue) = 151+82+93=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97525D is #68ADA2. Grayscale: #676767. Windows color (decimal): -6860195 or 6115991. OLE color: 6115991.

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

Color convert

RGB 151 82 93 -
CMYK 0 0.46 0.38 0.41
HSL 350.43º 0.3% 0.46% -
HSV(B) 350.43º 0.46% 0.59% -
XYZ 17.76 13.4 12.01 -
YUV 103.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 151 82 93 0 0.46 0.38 0.41 350.43 0.3 0.46
Hex 97 52 5D 0 2E 26 29 15E 1E 2E
Octal 227 122 135 0 56 46 51 536 36 56
Binary 10010111 1010010 1011101 0 101110 100110 101001 101011110 11110 101110

Color Harmonies of #97525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97525D

Black with #97525D

Text Example


Text Example

White with #97525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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