Html Css Color HEX #97555A Vin Rouge

📋 copy color: '#97555A'

red 151 ◦ green 85 ◦ blue 90

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

Shades of Vin Rouge #97555A

Tints of Vin Rouge #97555A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 46.32%
G = 26.07%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97555A (or 0x97555A) is known color: Vin Rouge. HEX triplet: 97, 55 and 5A. RGB value is (151,85,90). Sum of RGB (Red+Green+Blue) = 151+85+90=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97555A is #68AAA5. Grayscale: #696969. Windows color (decimal): -6859430 or 5920151. OLE color: 5920151.

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

Color convert

RGB 151 85 90 -
CMYK 0 0.44 0.40 0.41
HSL 355.45º 0.28% 0.46% -
HSV(B) 355.45º 0.44% 0.59% -
XYZ 17.86 13.81 11.4 -
YUV 105.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 151 85 90 0 0.44 0.40 0.41 355.45 0.28 0.46
Hex 97 55 5A 0 2C 28 29 163 1C 2E
Octal 227 125 132 0 54 50 51 543 34 56
Binary 10010111 1010101 1011010 0 101100 101000 101001 101100011 11100 101110

Color Harmonies of #97555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97555A

Black with #97555A

Text Example


Text Example

White with #97555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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