Html Css Color HEX #915463 Vin Rouge

📋 copy color: '#915463'

red 145 ◦ green 84 ◦ blue 99

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

Shades of Vin Rouge #915463

Tints of Vin Rouge #915463

RGB

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

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

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

R = 44.21%
G = 25.61%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#915463 (or 0x915463) is known color: Vin Rouge. HEX triplet: 91, 54 and 63. RGB value is (145,84,99). Sum of RGB (Red+Green+Blue) = 145+84+99=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #915463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915463 is #6EAB9C. Grayscale: #676767. Windows color (decimal): -7252893 or 6509713. OLE color: 6509713.

HSL color Cylindrical-coordinate representation of color #915463: hue angle of 345.25º 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 #915463 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 84 99 -
CMYK 0 0.42 0.32 0.43
HSL 345.25º 0.27% 0.45% -
HSV(B) 345.25º 0.42% 0.57% -
XYZ 17.1 13.26 13.46 -
YUV 103.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 145 84 99 0 0.42 0.32 0.43 345.25 0.27 0.45
Hex 91 54 63 0 2A 20 2B 159 1B 2D
Octal 221 124 143 0 52 40 53 531 33 55
Binary 10010001 1010100 1100011 0 101010 100000 101011 101011001 11011 101101

Color Harmonies of #915463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915463

Black with #915463

Text Example


Text Example

White with #915463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915463; }

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

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

background-color css

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

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

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

border-color css

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

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

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