Html Css Color HEX #915961 Vin Rouge

📋 copy color: '#915961'

red 145 ◦ green 89 ◦ blue 97

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

Shades of Vin Rouge #915961

Tints of Vin Rouge #915961

RGB

 RED value IS 145 (57.03% from 255) = 43.81%

 GREEN value IS 89 (35.16% from 255) = 26.89%

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 43.81%
G = 26.89%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#915961 (or 0x915961) is known color: Vin Rouge. HEX triplet: 91, 59 and 61. RGB value is (145,89,97). Sum of RGB (Red+Green+Blue) = 145+89+97=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #915961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915961 is #6EA69E. Grayscale: #6A6A6A. Windows color (decimal): -7251615 or 6379921. OLE color: 6379921.

HSL color Cylindrical-coordinate representation of color #915961: hue angle of 351.43º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915961 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 89 97 -
CMYK 0 0.39 0.33 0.43
HSL 351.43º 0.24% 0.46% -
HSV(B) 351.43º 0.39% 0.57% -
XYZ 17.41 14.03 13.1 -
YUV 106.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 145 89 97 0 0.39 0.33 0.43 351.43 0.24 0.46
Hex 91 59 61 0 27 21 2B 15F 18 2E
Octal 221 131 141 0 47 41 53 537 30 56
Binary 10010001 1011001 1100001 0 100111 100001 101011 101011111 11000 101110

Color Harmonies of #915961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915961

Black with #915961

Text Example


Text Example

White with #915961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915961; }

 p { color: rgb(145,89,97); }

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

background-color css

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

 a { background-color: rgb(145,89,97); }

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

border-color css

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

 span { border-color: rgb(145,89,97); }

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