Html Css Color HEX #955865 Vin Rouge

📋 copy color: '#955865'

red 149 ◦ green 88 ◦ blue 101

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

Shades of Vin Rouge #955865

Tints of Vin Rouge #955865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

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

R = 44.08%
G = 26.04%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#955865 (or 0x955865) is known color: Vin Rouge. HEX triplet: 95, 58 and 65. RGB value is (149,88,101). Sum of RGB (Red+Green+Blue) = 149+88+101=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #955865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955865 is #6AA79A. Grayscale: #6B6B6B. Windows color (decimal): -6989723 or 6641813. OLE color: 6641813.

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

Color convert

RGB 149 88 101 -
CMYK 0 0.41 0.32 0.42
HSL 347.21º 0.26% 0.46% -
HSV(B) 347.21º 0.41% 0.58% -
XYZ 18.23 14.31 14.11 -
YUV 107.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 149 88 101 0 0.41 0.32 0.42 347.21 0.26 0.46
Hex 95 58 65 0 29 20 2A 15B 1A 2E
Octal 225 130 145 0 51 40 52 533 32 56
Binary 10010101 1011000 1100101 0 101001 100000 101010 101011011 11010 101110

Color Harmonies of #955865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955865

Black with #955865

Text Example


Text Example

White with #955865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955865; }

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

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

background-color css

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

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

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

border-color css

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

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

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