Html Css Color HEX #955768 Vin Rouge

📋 copy color: '#955768'

red 149 ◦ green 87 ◦ blue 104

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

Shades of Vin Rouge #955768

Tints of Vin Rouge #955768

RGB

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

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

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

R = 43.82%
G = 25.59%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#955768 (or 0x955768) is known color: Vin Rouge. HEX triplet: 95, 57 and 68. RGB value is (149,87,104). Sum of RGB (Red+Green+Blue) = 149+87+104=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #955768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955768 is #6AA897. Grayscale: #6B6B6B. Windows color (decimal): -6989976 or 6838165. OLE color: 6838165.

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

Color convert

RGB 149 87 104 -
CMYK 0 0.42 0.30 0.42
HSL 343.55º 0.26% 0.46% -
HSV(B) 343.55º 0.42% 0.58% -
XYZ 18.3 14.21 14.87 -
YUV 107.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 149 87 104 0 0.42 0.30 0.42 343.55 0.26 0.46
Hex 95 57 68 0 2A 1E 2A 158 1A 2E
Octal 225 127 150 0 52 36 52 530 32 56
Binary 10010101 1010111 1101000 0 101010 11110 101010 101011000 11010 101110

Color Harmonies of #955768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955768

Black with #955768

Text Example


Text Example

White with #955768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955768; }

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

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

background-color css

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

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

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

border-color css

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

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

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