Html Css Color HEX #955967 Vin Rouge

📋 copy color: '#955967'

red 149 ◦ green 89 ◦ blue 103

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

Shades of Vin Rouge #955967

Tints of Vin Rouge #955967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 43.7%
G = 26.1%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#955967 (or 0x955967) is known color: Vin Rouge. HEX triplet: 95, 59 and 67. RGB value is (149,89,103). Sum of RGB (Red+Green+Blue) = 149+89+103=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #955967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955967 is #6AA698. Grayscale: #6C6C6C. Windows color (decimal): -6989465 or 6773141. OLE color: 6773141.

HSL color Cylindrical-coordinate representation of color #955967: hue angle of 346º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955967 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 103 -
CMYK 0 0.40 0.31 0.42
HSL 346º 0.25% 0.47% -
HSV(B) 346º 0.4% 0.58% -
XYZ 18.41 14.51 14.66 -
YUV 108.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 149 89 103 0 0.40 0.31 0.42 346 0.25 0.47
Hex 95 59 67 0 28 1F 2A 15A 19 2F
Octal 225 131 147 0 50 37 52 532 31 57
Binary 10010101 1011001 1100111 0 101000 11111 101010 101011010 11001 101111

Color Harmonies of #955967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955967

Black with #955967

Text Example


Text Example

White with #955967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955967; }

 p { color: rgb(149,89,103); }

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

background-color css

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

 a { background-color: rgb(149,89,103); }

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

border-color css

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

 span { border-color: rgb(149,89,103); }

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