Html Css Color HEX #95566A Vin Rouge

📋 copy color: '#95566A'

red 149 ◦ green 86 ◦ blue 106

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

Shades of Vin Rouge #95566A

Tints of Vin Rouge #95566A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 43.7%
G = 25.22%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95566A (or 0x95566A) is known color: Vin Rouge. HEX triplet: 95, 56 and 6A. RGB value is (149,86,106). Sum of RGB (Red+Green+Blue) = 149+86+106=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95566A is #6AA995. Grayscale: #6B6B6B. Windows color (decimal): -6990230 or 6968981. OLE color: 6968981.

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

Color convert

RGB 149 86 106 -
CMYK 0 0.42 0.29 0.42
HSL 340.95º 0.27% 0.46% -
HSV(B) 340.95º 0.42% 0.58% -
XYZ 18.32 14.09 15.39 -
YUV 107.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 149 86 106 0 0.42 0.29 0.42 340.95 0.27 0.46
Hex 95 56 6A 0 2A 1D 2A 155 1B 2E
Octal 225 126 152 0 52 35 52 525 33 56
Binary 10010101 1010110 1101010 0 101010 11101 101010 101010101 11011 101110

Color Harmonies of #95566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95566A

Black with #95566A

Text Example


Text Example

White with #95566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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