Html Css Color HEX #95565B Vin Rouge

📋 copy color: '#95565B'

red 149 ◦ green 86 ◦ blue 91

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

Shades of Vin Rouge #95565B

Tints of Vin Rouge #95565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

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

R = 45.71%
G = 26.38%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95565B (or 0x95565B) is known color: Vin Rouge. HEX triplet: 95, 56 and 5B. RGB value is (149,86,91). Sum of RGB (Red+Green+Blue) = 149+86+91=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95565B is #6AA9A4. Grayscale: #696969. Windows color (decimal): -6990245 or 5985941. OLE color: 5985941.

HSL color Cylindrical-coordinate representation of color #95565B: hue angle of 355.24º degrees, saturation: 0.27, 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 #95565B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 91 -
CMYK 0 0.42 0.39 0.42
HSL 355.24º 0.27% 0.46% -
HSV(B) 355.24º 0.42% 0.58% -
XYZ 17.61 13.8 11.63 -
YUV 105.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 149 86 91 0 0.42 0.39 0.42 355.24 0.27 0.46
Hex 95 56 5B 0 2A 27 2A 163 1B 2E
Octal 225 126 133 0 52 47 52 543 33 56
Binary 10010101 1010110 1011011 0 101010 100111 101010 101100011 11011 101110

Color Harmonies of #95565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95565B

Black with #95565B

Text Example


Text Example

White with #95565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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