Html Css Color HEX #95566B Vin Rouge

📋 copy color: '#95566B'

red 149 ◦ green 86 ◦ blue 107

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

Shades of Vin Rouge #95566B

Tints of Vin Rouge #95566B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 43.57%
G = 25.15%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95566B (or 0x95566B) is known color: Vin Rouge. HEX triplet: 95, 56 and 6B. RGB value is (149,86,107). Sum of RGB (Red+Green+Blue) = 149+86+107=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95566B is #6AA994. Grayscale: #6B6B6B. Windows color (decimal): -6990229 or 7034517. OLE color: 7034517.

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

Color convert

RGB 149 86 107 -
CMYK 0 0.42 0.28 0.42
HSL 340º 0.27% 0.46% -
HSV(B) 340º 0.42% 0.58% -
XYZ 18.38 14.11 15.66 -
YUV 107.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 149 86 107 0 0.42 0.28 0.42 340 0.27 0.46
Hex 95 56 6B 0 2A 1C 2A 154 1B 2E
Octal 225 126 153 0 52 34 52 524 33 56
Binary 10010101 1010110 1101011 0 101010 11100 101010 101010100 11011 101110

Color Harmonies of #95566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95566B

Black with #95566B

Text Example


Text Example

White with #95566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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