Html Css Color HEX #915465 Vin Rouge

📋 copy color: '#915465'

red 145 ◦ green 84 ◦ blue 101

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

Shades of Vin Rouge #915465

Tints of Vin Rouge #915465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 43.94%
G = 25.45%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#915465 (or 0x915465) is known color: Vin Rouge. HEX triplet: 91, 54 and 65. RGB value is (145,84,101). Sum of RGB (Red+Green+Blue) = 145+84+101=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #915465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915465 is #6EAB9A. Grayscale: #686868. Windows color (decimal): -7252891 or 6640785. OLE color: 6640785.

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

Color convert

RGB 145 84 101 -
CMYK 0 0.42 0.30 0.43
HSL 343.28º 0.27% 0.45% -
HSV(B) 343.28º 0.42% 0.57% -
XYZ 17.2 13.3 13.97 -
YUV 104.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 145 84 101 0 0.42 0.30 0.43 343.28 0.27 0.45
Hex 91 54 65 0 2A 1E 2B 157 1B 2D
Octal 221 124 145 0 52 36 53 527 33 55
Binary 10010001 1010100 1100101 0 101010 11110 101011 101010111 11011 101101

Color Harmonies of #915465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915465

Black with #915465

Text Example


Text Example

White with #915465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915465; }

 p { color: rgb(145,84,101); }

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

background-color css

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

 a { background-color: rgb(145,84,101); }

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

border-color css

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

 span { border-color: rgb(145,84,101); }

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