Html Css Color HEX #95516A Vin Rouge

📋 copy color: '#95516A'

red 149 ◦ green 81 ◦ blue 106

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

Shades of Vin Rouge #95516A

Tints of Vin Rouge #95516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 44.35%
G = 24.11%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95516A (or 0x95516A) is known color: Vin Rouge. HEX triplet: 95, 51 and 6A. RGB value is (149,81,106). Sum of RGB (Red+Green+Blue) = 149+81+106=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #95516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95516A is #6AAE95. Grayscale: #686868. Windows color (decimal): -6991510 or 6967701. OLE color: 6967701.

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

Color convert

RGB 149 81 106 -
CMYK 0 0.46 0.29 0.42
HSL 337.94º 0.3% 0.45% -
HSV(B) 337.94º 0.46% 0.58% -
XYZ 17.94 13.32 15.26 -
YUV 104.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 149 81 106 0 0.46 0.29 0.42 337.94 0.3 0.45
Hex 95 51 6A 0 2E 1D 2A 152 1E 2D
Octal 225 121 152 0 56 35 52 522 36 55
Binary 10010101 1010001 1101010 0 101110 11101 101010 101010010 11110 101101

Color Harmonies of #95516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95516A

Black with #95516A

Text Example


Text Example

White with #95516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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