#97585A

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

Shades of Vin Rouge #97585A

Tints of Vin Rouge #97585A

Color information

#97585A (or 0x97585A) is unknown color: approx Vin Rouge. HEX triplet: 97, 58 and 5A. RGB value is (151,88,90). Sum of RGB (Red+Green+Blue) = 151+88+90=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97585A is #68A7A5. Grayscale: #6B6B6B. Windows color (decimal): -6858662 or 5920919. OLE color: 5920919.

HSL color Cylindrical-coordinate representation of color #97585A: hue angle of 358.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97585A is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1518890-
CMYK00.420.400.41
HSL358.1º26.36%46.86%-
HSV(B)358.1º41.72%59.22%-
XYZ18.114.311.48-
YUV107.07118.37159.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=45.90%
G=26.75%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151889000.420.400.41358.126.3646.86
Hex97585A02A28291661a2f
Octal22713013205250515463257
Binary1001011110110001011010010101010100010100110110011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97585A;
 }
 .AnyTagClassName
 {
   color: #97585A;
 }
</style>
background-color css

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

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

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

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

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

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