Html Css Color HEX #97515E Vin Rouge

📋 copy color: '#97515E'

red 151 ◦ green 81 ◦ blue 94

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

Shades of Vin Rouge #97515E

Tints of Vin Rouge #97515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 46.32%
G = 24.85%
B = 28.83%

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

#97515E (or 0x97515E) is known color: Vin Rouge. HEX triplet: 97, 51 and 5E. RGB value is (151,81,94). Sum of RGB (Red+Green+Blue) = 151+81+94=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97515E is #68AEA1. Grayscale: #676767. Windows color (decimal): -6860450 or 6181271. OLE color: 6181271.

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

Color convert

RGB 151 81 94 -
CMYK 0 0.46 0.38 0.41
HSL 348.86º 0.3% 0.45% -
HSV(B) 348.86º 0.46% 0.59% -
XYZ 17.73 13.27 12.22 -
YUV 103.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 151 81 94 0 0.46 0.38 0.41 348.86 0.3 0.45
Hex 97 51 5E 0 2E 26 29 15D 1E 2D
Octal 227 121 136 0 56 46 51 535 36 55
Binary 10010111 1010001 1011110 0 101110 100110 101001 101011101 11110 101101

Color Harmonies of #97515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97515E

Black with #97515E

Text Example


Text Example

White with #97515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97515E; }

 p { color: rgb(151,81,94); }

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

background-color css

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

 a { background-color: rgb(151,81,94); }

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

border-color css

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

 span { border-color: rgb(151,81,94); }

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