#97515A

Color #97515A Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #97515A

Tints of Vin Rouge #97515A

Color information

#97515A (or 0x97515A) is unknown color: approx 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

RGB1518190-
CMYK00.460.400.41
HSL352.29º30.17%45.49%-
HSV(B)352.29º46.36%59.22%-
XYZ17.5513.211.3-
YUV102.96120.69162.27-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151819000.460.400.41352.2930.1745.49
Hex97515A02E28291601e2d
Octal22712113205650515403655
Binary1001011110100011011010010111010100010100110110000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>