#97555C

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

Shades of Vin Rouge #97555C

Tints of Vin Rouge #97555C

Color information

#97555C (or 0x97555C) is unknown color: approx Vin Rouge. HEX triplet: 97, 55 and 5C. RGB value is (151,85,92). Sum of RGB (Red+Green+Blue) = 151+85+92=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #97555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97555C is #68AAA3. Grayscale: #696969. Windows color (decimal): -6859428 or 6051223. OLE color: 6051223.

HSL color Cylindrical-coordinate representation of color #97555C: hue angle of 353.64º degrees, saturation: 0.28, 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 #97555C is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1518592-
CMYK00.440.390.41
HSL353.64º27.97%46.27%-
HSV(B)353.64º43.71%59.22%-
XYZ17.9413.8511.85-
YUV105.53120.37160.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=46.04%
G=25.91%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151859200.440.390.41353.6427.9746.27
Hex97555C02C27291621c2e
Octal22712513405447515423456
Binary1001011110101011011100010110010011110100110110001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97555C; }

 p { color: rgb(151,85,92); }

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

<style>
 a { background-color: #97555C; }

 a { background-color: rgb(151,85,92); }

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

<style>
 span { border-color: #97555C; }

 span { border-color: rgb(151,85,92); }

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