Html Css Color HEX #97515A Vin Rouge

📋 copy color: '#97515A'

red 151 ◦ green 81 ◦ blue 90

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

Shades of Vin Rouge #97515A

Tints of Vin Rouge #97515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 46.89%
G = 25.16%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97515A (or 0x97515A) is known color: Vin Rouge. HEX triplet: 97, 51 and 5A. RGB value is (151,81,90). Sum of RGB (Red+Green+Blue) = 151+81+90=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #97515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97515A is #68AEA5. Grayscale: #666666. Windows color (decimal): -6860454 or 5919127. OLE color: 5919127.

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

Color convert

RGB 151 81 90 -
CMYK 0 0.46 0.40 0.41
HSL 352.29º 0.3% 0.45% -
HSV(B) 352.29º 0.46% 0.59% -
XYZ 17.55 13.2 11.3 -
YUV 102.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 151 81 90 0 0.46 0.40 0.41 352.29 0.3 0.45
Hex 97 51 5A 0 2E 28 29 160 1E 2D
Octal 227 121 132 0 56 50 51 540 36 55
Binary 10010111 1010001 1011010 0 101110 101000 101001 101100000 11110 101101

Color Harmonies of #97515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97515A

Black with #97515A

Text Example


Text Example

White with #97515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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