Html Css Color HEX #95515E Vin Rouge

📋 copy color: '#95515E'

red 149 ◦ green 81 ◦ blue 94

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

Shades of Vin Rouge #95515E

Tints of Vin Rouge #95515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 45.99%
G = 25%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95515E (or 0x95515E) is known color: Vin Rouge. HEX triplet: 95, 51 and 5E. RGB value is (149,81,94). Sum of RGB (Red+Green+Blue) = 149+81+94=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95515E is #6AAEA1. Grayscale: #666666. Windows color (decimal): -6991522 or 6181269. OLE color: 6181269.

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

Color convert

RGB 149 81 94 -
CMYK 0 0.46 0.37 0.42
HSL 348.53º 0.3% 0.45% -
HSV(B) 348.53º 0.46% 0.58% -
XYZ 17.36 13.08 12.2 -
YUV 102.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 149 81 94 0 0.46 0.37 0.42 348.53 0.3 0.45
Hex 95 51 5E 0 2E 25 2A 15D 1E 2D
Octal 225 121 136 0 56 45 52 535 36 55
Binary 10010101 1010001 1011110 0 101110 100101 101010 101011101 11110 101101

Color Harmonies of #95515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95515E

Black with #95515E

Text Example


Text Example

White with #95515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95515E; }

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

 H1.HeaderClassName
 {
   color: #95515E;
 }
 .AnyTagClassName
 {
   color: #95515E;
 }
</style>

background-color css

<style>
 a { background-color: #95515E; }

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

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

border-color css

<style>
 span { border-color: #95515E; }

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

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