#97546A

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

Shades of Vin Rouge #97546A

Tints of Vin Rouge #97546A

Color information

#97546A (or 0x97546A) is unknown color: approx Vin Rouge. HEX triplet: 97, 54 and 6A. RGB value is (151,84,106). Sum of RGB (Red+Green+Blue) = 151+84+106=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97546A is #68AB95. Grayscale: #6A6A6A. Windows color (decimal): -6859670 or 6968471. OLE color: 6968471.

HSL color Cylindrical-coordinate representation of color #97546A: hue angle of 340.3º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97546A is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15184106-
CMYK00.440.300.41
HSL340.3º28.51%46.08%-
HSV(B)340.3º44.37%59.22%-
XYZ18.5313.9615.35-
YUV106.54127.7159.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=44.28%
G=24.63%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518410600.440.300.41340.328.5146.08
Hex97546A02C1E291541d2e
Octal22712415205436515243556
Binary100101111010100110101001011001111010100110101010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,84,106); }

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

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

 a { background-color: rgb(151,84,106); }

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

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

 span { border-color: rgb(151,84,106); }

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