Html Css Color HEX #97555E Vin Rouge

📋 copy color: '#97555E'

red 151 ◦ green 85 ◦ blue 94

#97555E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #97555E

Tints of Vin Rouge #97555E

RGB

 RED value IS 151 (59.38% from 255) = 45.76%

 GREEN value IS 85 (33.59% from 255) = 25.76%

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 45.76%
G = 25.76%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#97555E (or 0x97555E) is known color: Vin Rouge. HEX triplet: 97, 55 and 5E. RGB value is (151,85,94). Sum of RGB (Red+Green+Blue) = 151+85+94=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97555E is #68AAA1. Grayscale: #696969. Windows color (decimal): -6859426 or 6182295. OLE color: 6182295.

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

Color convert

RGB 151 85 94 -
CMYK 0 0.44 0.38 0.41
HSL 351.82º 0.28% 0.46% -
HSV(B) 351.82º 0.44% 0.59% -
XYZ 18.03 13.88 12.32 -
YUV 105.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 151 85 94 0 0.44 0.38 0.41 351.82 0.28 0.46
Hex 97 55 5E 0 2C 26 29 160 1C 2E
Octal 227 125 136 0 54 46 51 540 34 56
Binary 10010111 1010101 1011110 0 101100 100110 101001 101100000 11100 101110

Color Harmonies of #97555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97555E

Black with #97555E

Text Example


Text Example

White with #97555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97555E;
 }
 .AnyTagClassName
 {
   color: #97555E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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