Html Css Color HEX #915361 Vin Rouge

📋 copy color: '#915361'

red 145 ◦ green 83 ◦ blue 97

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

Shades of Vin Rouge #915361

Tints of Vin Rouge #915361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

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

R = 44.62%
G = 25.54%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#915361 (or 0x915361) is known color: Vin Rouge. HEX triplet: 91, 53 and 61. RGB value is (145,83,97). Sum of RGB (Red+Green+Blue) = 145+83+97=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #915361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915361 is #6EAC9E. Grayscale: #676767. Windows color (decimal): -7253151 or 6378385. OLE color: 6378385.

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

Color convert

RGB 145 83 97 -
CMYK 0 0.43 0.33 0.43
HSL 346.45º 0.27% 0.45% -
HSV(B) 346.45º 0.43% 0.57% -
XYZ 16.93 13.07 12.94 -
YUV 103.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 145 83 97 0 0.43 0.33 0.43 346.45 0.27 0.45
Hex 91 53 61 0 2B 21 2B 15A 1B 2D
Octal 221 123 141 0 53 41 53 532 33 55
Binary 10010001 1010011 1100001 0 101011 100001 101011 101011010 11011 101101

Color Harmonies of #915361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915361

Black with #915361

Text Example


Text Example

White with #915361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915361; }

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

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

background-color css

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

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

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

border-color css

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

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

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