Html Css Color HEX #955764 Vin Rouge

📋 copy color: '#955764'

red 149 ◦ green 87 ◦ blue 100

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

Shades of Vin Rouge #955764

Tints of Vin Rouge #955764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 44.35%
G = 25.89%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#955764 (or 0x955764) is known color: Vin Rouge. HEX triplet: 95, 57 and 64. RGB value is (149,87,100). Sum of RGB (Red+Green+Blue) = 149+87+100=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955764 is #6AA89B. Grayscale: #6B6B6B. Windows color (decimal): -6989980 or 6576021. OLE color: 6576021.

HSL color Cylindrical-coordinate representation of color #955764: hue angle of 347.42º 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 #955764 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 100 -
CMYK 0 0.42 0.33 0.42
HSL 347.42º 0.26% 0.46% -
HSV(B) 347.42º 0.42% 0.58% -
XYZ 18.1 14.13 13.83 -
YUV 107.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 149 87 100 0 0.42 0.33 0.42 347.42 0.26 0.46
Hex 95 57 64 0 2A 21 2A 15B 1A 2E
Octal 225 127 144 0 52 41 52 533 32 56
Binary 10010101 1010111 1100100 0 101010 100001 101010 101011011 11010 101110

Color Harmonies of #955764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955764

Black with #955764

Text Example


Text Example

White with #955764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955764; }

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

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

background-color css

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

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

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

border-color css

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

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

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