Html Css Color HEX #955765 Vin Rouge

📋 copy color: '#955765'

red 149 ◦ green 87 ◦ blue 101

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

Shades of Vin Rouge #955765

Tints of Vin Rouge #955765

RGB

 RED value IS 149 (58.59% from 255) = 44.21%

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

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

R = 44.21%
G = 25.82%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#955765 (or 0x955765) is known color: Vin Rouge. HEX triplet: 95, 57 and 65. RGB value is (149,87,101). Sum of RGB (Red+Green+Blue) = 149+87+101=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #955765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955765 is #6AA89A. Grayscale: #6B6B6B. Windows color (decimal): -6989979 or 6641557. OLE color: 6641557.

HSL color Cylindrical-coordinate representation of color #955765: hue angle of 346.45º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955765 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 101 -
CMYK 0 0.42 0.32 0.42
HSL 346.45º 0.26% 0.46% -
HSV(B) 346.45º 0.42% 0.58% -
XYZ 18.15 14.15 14.09 -
YUV 107.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 149 87 101 0 0.42 0.32 0.42 346.45 0.26 0.46
Hex 95 57 65 0 2A 20 2A 15A 1A 2E
Octal 225 127 145 0 52 40 52 532 32 56
Binary 10010101 1010111 1100101 0 101010 100000 101010 101011010 11010 101110

Color Harmonies of #955765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955765

Black with #955765

Text Example


Text Example

White with #955765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955765; }

 p { color: rgb(149,87,101); }

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

background-color css

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

 a { background-color: rgb(149,87,101); }

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

border-color css

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

 span { border-color: rgb(149,87,101); }

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