Html Css Color HEX #95595D Vin Rouge

📋 copy color: '#95595D'

red 149 ◦ green 89 ◦ blue 93

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

Shades of Vin Rouge #95595D

Tints of Vin Rouge #95595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 45.02%
G = 26.89%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95595D (or 0x95595D) is known color: Vin Rouge. HEX triplet: 95, 59 and 5D. RGB value is (149,89,93). Sum of RGB (Red+Green+Blue) = 149+89+93=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95595D is #6AA6A2. Grayscale: #6B6B6B. Windows color (decimal): -6989475 or 6117781. OLE color: 6117781.

HSL color Cylindrical-coordinate representation of color #95595D: hue angle of 356º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95595D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 93 -
CMYK 0 0.40 0.38 0.42
HSL 356º 0.25% 0.47% -
HSV(B) 356º 0.4% 0.58% -
XYZ 17.94 14.32 12.18 -
YUV 107.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 149 89 93 0 0.40 0.38 0.42 356 0.25 0.47
Hex 95 59 5D 0 28 26 2A 164 19 2F
Octal 225 131 135 0 50 46 52 544 31 57
Binary 10010101 1011001 1011101 0 101000 100110 101010 101100100 11001 101111

Color Harmonies of #95595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95595D

Black with #95595D

Text Example


Text Example

White with #95595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95595D; }

 p { color: rgb(149,89,93); }

 H1.HeaderClassName
 {
   color: #95595D;
 }
 .AnyTagClassName
 {
   color: #95595D;
 }
</style>

background-color css

<style>
 a { background-color: #95595D; }

 a { background-color: rgb(149,89,93); }

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

border-color css

<style>
 span { border-color: #95595D; }

 span { border-color: rgb(149,89,93); }

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