Html Css Color HEX #95505E Vin Rouge

📋 copy color: '#95505E'

red 149 ◦ green 80 ◦ blue 94

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

Shades of Vin Rouge #95505E

Tints of Vin Rouge #95505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.77%

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 46.13%
G = 24.77%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95505E (or 0x95505E) is known color: Vin Rouge. HEX triplet: 95, 50 and 5E. RGB value is (149,80,94). Sum of RGB (Red+Green+Blue) = 149+80+94=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95505E is #6AAFA1. Grayscale: #666666. Windows color (decimal): -6991778 or 6181013. OLE color: 6181013.

HSL color Cylindrical-coordinate representation of color #95505E: hue angle of 347.83º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95505E is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 94 -
CMYK 0 0.46 0.37 0.42
HSL 347.83º 0.3% 0.45% -
HSV(B) 347.83º 0.46% 0.58% -
XYZ 17.28 12.94 12.18 -
YUV 102.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 149 80 94 0 0.46 0.37 0.42 347.83 0.3 0.45
Hex 95 50 5E 0 2E 25 2A 15C 1E 2D
Octal 225 120 136 0 56 45 52 534 36 55
Binary 10010101 1010000 1011110 0 101110 100101 101010 101011100 11110 101101

Color Harmonies of #95505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95505E

Black with #95505E

Text Example


Text Example

White with #95505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95505E; }

 p { color: rgb(149,80,94); }

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

background-color css

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

 a { background-color: rgb(149,80,94); }

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

border-color css

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

 span { border-color: rgb(149,80,94); }

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