Html Css Color HEX #915768 Vin Rouge

📋 copy color: '#915768'

red 145 ◦ green 87 ◦ blue 104

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

Shades of Vin Rouge #915768

Tints of Vin Rouge #915768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.89%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 43.15%
G = 25.89%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#915768 (or 0x915768) is known color: Vin Rouge. HEX triplet: 91, 57 and 68. RGB value is (145,87,104). Sum of RGB (Red+Green+Blue) = 145+87+104=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #915768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915768 is #6EA897. Grayscale: #6A6A6A. Windows color (decimal): -7252120 or 6838161. OLE color: 6838161.

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

Color convert

RGB 145 87 104 -
CMYK 0 0.4 0.28 0.43
HSL 342.41º 0.25% 0.45% -
HSV(B) 342.41º 0.4% 0.57% -
XYZ 17.58 13.84 14.84 -
YUV 106.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 145 87 104 0 0.4 0.28 0.43 342.41 0.25 0.45
Hex 91 57 68 0 28 1C 2B 156 19 2D
Octal 221 127 150 0 50 34 53 526 31 55
Binary 10010001 1010111 1101000 0 101000 11100 101011 101010110 11001 101101

Color Harmonies of #915768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915768

Black with #915768

Text Example


Text Example

White with #915768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915768; }

 p { color: rgb(145,87,104); }

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

background-color css

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

 a { background-color: rgb(145,87,104); }

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

border-color css

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

 span { border-color: rgb(145,87,104); }

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