Html Css Color HEX #915665 Vin Rouge

📋 copy color: '#915665'

red 145 ◦ green 86 ◦ blue 101

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

Shades of Vin Rouge #915665

Tints of Vin Rouge #915665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

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

R = 43.67%
G = 25.9%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#915665 (or 0x915665) is known color: Vin Rouge. HEX triplet: 91, 56 and 65. RGB value is (145,86,101). Sum of RGB (Red+Green+Blue) = 145+86+101=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #915665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915665 is #6EA99A. Grayscale: #696969. Windows color (decimal): -7252379 or 6641297. OLE color: 6641297.

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

Color convert

RGB 145 86 101 -
CMYK 0 0.41 0.30 0.43
HSL 344.75º 0.26% 0.45% -
HSV(B) 344.75º 0.41% 0.57% -
XYZ 17.35 13.61 14.03 -
YUV 105.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 145 86 101 0 0.41 0.30 0.43 344.75 0.26 0.45
Hex 91 56 65 0 29 1E 2B 159 1A 2D
Octal 221 126 145 0 51 36 53 531 32 55
Binary 10010001 1010110 1100101 0 101001 11110 101011 101011001 11010 101101

Color Harmonies of #915665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915665

Black with #915665

Text Example


Text Example

White with #915665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915665; }

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

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

background-color css

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

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

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

border-color css

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

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

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