Html Css Color HEX #915C5D Vin Rouge

📋 copy color: '#915C5D'

red 145 ◦ green 92 ◦ blue 93

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

Shades of Vin Rouge #915C5D

Tints of Vin Rouge #915C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 43.94%
G = 27.88%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#915C5D (or 0x915C5D) is known color: Vin Rouge. HEX triplet: 91, 5C and 5D. RGB value is (145,92,93). Sum of RGB (Red+Green+Blue) = 145+92+93=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #915C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C5D is #6EA3A2. Grayscale: #6C6C6C. Windows color (decimal): -7250851 or 6118545. OLE color: 6118545.

HSL color Cylindrical-coordinate representation of color #915C5D: hue angle of 358.87º degrees, saturation: 0.22, 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 #915C5D is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 92 93 -
CMYK 0 0.37 0.36 0.43
HSL 358.87º 0.22% 0.46% -
HSV(B) 358.87º 0.37% 0.57% -
XYZ 17.48 14.46 12.23 -
YUV 107.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 145 92 93 0 0.37 0.36 0.43 358.87 0.22 0.46
Hex 91 5C 5D 0 25 24 2B 167 16 2E
Octal 221 134 135 0 45 44 53 547 26 56
Binary 10010001 1011100 1011101 0 100101 100100 101011 101100111 10110 101110

Color Harmonies of #915C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C5D

Black with #915C5D

Text Example


Text Example

White with #915C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,92,93); }

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

background-color css

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

 a { background-color: rgb(145,92,93); }

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

border-color css

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

 span { border-color: rgb(145,92,93); }

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