Html Css Color HEX #915B63 Vin Rouge

📋 copy color: '#915B63'

red 145 ◦ green 91 ◦ blue 99

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

Shades of Vin Rouge #915B63

Tints of Vin Rouge #915B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 43.28%
G = 27.16%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#915B63 (or 0x915B63) is known color: Vin Rouge. HEX triplet: 91, 5B and 63. RGB value is (145,91,99). Sum of RGB (Red+Green+Blue) = 145+91+99=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #915B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B63 is #6EA49C. Grayscale: #6C6C6C. Windows color (decimal): -7251101 or 6511505. OLE color: 6511505.

HSL color Cylindrical-coordinate representation of color #915B63: hue angle of 351.11º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915B63 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 91 99 -
CMYK 0 0.37 0.32 0.43
HSL 351.11º 0.23% 0.46% -
HSV(B) 351.11º 0.37% 0.57% -
XYZ 17.67 14.4 13.65 -
YUV 108.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 145 91 99 0 0.37 0.32 0.43 351.11 0.23 0.46
Hex 91 5B 63 0 25 20 2B 15F 17 2E
Octal 221 133 143 0 45 40 53 537 27 56
Binary 10010001 1011011 1100011 0 100101 100000 101011 101011111 10111 101110

Color Harmonies of #915B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B63

Black with #915B63

Text Example


Text Example

White with #915B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915B63; }

 p { color: rgb(145,91,99); }

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

background-color css

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

 a { background-color: rgb(145,91,99); }

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

border-color css

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

 span { border-color: rgb(145,91,99); }

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