#97546F

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

Shades of Vin Rouge #97546F

Tints of Vin Rouge #97546F

Color information

#97546F (or 0x97546F) is unknown color: approx Vin Rouge. HEX triplet: 97, 54 and 6F. RGB value is (151,84,111). Sum of RGB (Red+Green+Blue) = 151+84+111=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97546F is #68AB90. Grayscale: #6B6B6B. Windows color (decimal): -6859665 or 7296151. OLE color: 7296151.

HSL color Cylindrical-coordinate representation of color #97546F: hue angle of 335.82º 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 #97546F is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15184111-
CMYK00.440.260.41
HSL335.82º28.51%46.08%-
HSV(B)335.82º44.37%59.22%-
XYZ18.814.0716.76-
YUV107.11130.2159.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=43.64%
G=24.28%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518411100.440.260.41335.8228.5146.08
Hex97546F02C1A291501d2e
Octal22712415705432515203556
Binary100101111010100110111101011001101010100110101000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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