Html Css Color HEX #97566C Vin Rouge

📋 copy color: '#97566C'

red 151 ◦ green 86 ◦ blue 108

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

Shades of Vin Rouge #97566C

Tints of Vin Rouge #97566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 43.77%
G = 24.93%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97566C (or 0x97566C) is known color: Vin Rouge. HEX triplet: 97, 56 and 6C. RGB value is (151,86,108). Sum of RGB (Red+Green+Blue) = 151+86+108=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97566C is #68A993. Grayscale: #6B6B6B. Windows color (decimal): -6859156 or 7100055. OLE color: 7100055.

HSL color Cylindrical-coordinate representation of color #97566C: hue angle of 339.69º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97566C is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 86 108 -
CMYK 0 0.43 0.28 0.41
HSL 339.69º 0.27% 0.46% -
HSV(B) 339.69º 0.43% 0.59% -
XYZ 18.8 14.32 15.96 -
YUV 107.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 151 86 108 0 0.43 0.28 0.41 339.69 0.27 0.46
Hex 97 56 6C 0 2B 1C 29 154 1B 2E
Octal 227 126 154 0 53 34 51 524 33 56
Binary 10010111 1010110 1101100 0 101011 11100 101001 101010100 11011 101110

Color Harmonies of #97566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97566C

Black with #97566C

Text Example


Text Example

White with #97566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,86,108); }

 H1.HeaderClassName
 {
   color: #97566C;
 }
 .AnyTagClassName
 {
   color: #97566C;
 }
</style>

background-color css

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

 a { background-color: rgb(151,86,108); }

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

border-color css

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

 span { border-color: rgb(151,86,108); }

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