Html Css Color HEX #95545B Vin Rouge

📋 copy color: '#95545B'

red 149 ◦ green 84 ◦ blue 91

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

Shades of Vin Rouge #95545B

Tints of Vin Rouge #95545B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 45.99%
G = 25.93%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95545B (or 0x95545B) is known color: Vin Rouge. HEX triplet: 95, 54 and 5B. RGB value is (149,84,91). Sum of RGB (Red+Green+Blue) = 149+84+91=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95545B is #6AABA4. Grayscale: #686868. Windows color (decimal): -6990757 or 5985429. OLE color: 5985429.

HSL color Cylindrical-coordinate representation of color #95545B: hue angle of 353.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95545B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 91 -
CMYK 0 0.44 0.39 0.42
HSL 353.54º 0.28% 0.46% -
HSV(B) 353.54º 0.44% 0.58% -
XYZ 17.45 13.49 11.58 -
YUV 104.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 149 84 91 0 0.44 0.39 0.42 353.54 0.28 0.46
Hex 95 54 5B 0 2C 27 2A 162 1C 2E
Octal 225 124 133 0 54 47 52 542 34 56
Binary 10010101 1010100 1011011 0 101100 100111 101010 101100010 11100 101110

Color Harmonies of #95545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95545B

Black with #95545B

Text Example


Text Example

White with #95545B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95545B; }

 p { color: rgb(149,84,91); }

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

background-color css

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

 a { background-color: rgb(149,84,91); }

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

border-color css

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

 span { border-color: rgb(149,84,91); }

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