Html Css Color HEX #95556D Vin Rouge

📋 copy color: '#95556D'

red 149 ◦ green 85 ◦ blue 109

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

Shades of Vin Rouge #95556D

Tints of Vin Rouge #95556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 43.44%
G = 24.78%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95556D (or 0x95556D) is known color: Vin Rouge. HEX triplet: 95, 55 and 6D. RGB value is (149,85,109). Sum of RGB (Red+Green+Blue) = 149+85+109=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95556D is #6AAA92. Grayscale: #6A6A6A. Windows color (decimal): -6990483 or 7165333. OLE color: 7165333.

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

Color convert

RGB 149 85 109 -
CMYK 0 0.43 0.27 0.42
HSL 337.5º 0.27% 0.46% -
HSV(B) 337.5º 0.43% 0.58% -
XYZ 18.4 13.99 16.2 -
YUV 106.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 149 85 109 0 0.43 0.27 0.42 337.5 0.27 0.46
Hex 95 55 6D 0 2B 1B 2A 152 1B 2E
Octal 225 125 155 0 53 33 52 522 33 56
Binary 10010101 1010101 1101101 0 101011 11011 101010 101010010 11011 101110

Color Harmonies of #95556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95556D

Black with #95556D

Text Example


Text Example

White with #95556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95556D; }

 p { color: rgb(149,85,109); }

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

background-color css

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

 a { background-color: rgb(149,85,109); }

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

border-color css

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

 span { border-color: rgb(149,85,109); }

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