Html Css Color HEX #97515C Vin Rouge

📋 copy color: '#97515C'

red 151 ◦ green 81 ◦ blue 92

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

Shades of Vin Rouge #97515C

Tints of Vin Rouge #97515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 46.6%
G = 25%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#97515C (or 0x97515C) is known color: Vin Rouge. HEX triplet: 97, 51 and 5C. RGB value is (151,81,92). Sum of RGB (Red+Green+Blue) = 151+81+92=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #97515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97515C is #68AEA3. Grayscale: #676767. Windows color (decimal): -6860452 or 6050199. OLE color: 6050199.

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

Color convert

RGB 151 81 92 -
CMYK 0 0.46 0.39 0.41
HSL 350.57º 0.3% 0.45% -
HSV(B) 350.57º 0.46% 0.59% -
XYZ 17.64 13.24 11.75 -
YUV 103.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 151 81 92 0 0.46 0.39 0.41 350.57 0.3 0.45
Hex 97 51 5C 0 2E 27 29 15F 1E 2D
Octal 227 121 134 0 56 47 51 537 36 55
Binary 10010111 1010001 1011100 0 101110 100111 101001 101011111 11110 101101

Color Harmonies of #97515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97515C

Black with #97515C

Text Example


Text Example

White with #97515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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