Html Css Color HEX #95595B Vin Rouge

📋 copy color: '#95595B'

red 149 ◦ green 89 ◦ blue 91

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

Shades of Vin Rouge #95595B

Tints of Vin Rouge #95595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 45.29%
G = 27.05%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95595B (or 0x95595B) is known color: Vin Rouge. HEX triplet: 95, 59 and 5B. RGB value is (149,89,91). Sum of RGB (Red+Green+Blue) = 149+89+91=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95595B is #6AA6A4. Grayscale: #6B6B6B. Windows color (decimal): -6989477 or 5986709. OLE color: 5986709.

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

Color convert

RGB 149 89 91 -
CMYK 0 0.40 0.39 0.42
HSL 358º 0.25% 0.47% -
HSV(B) 358º 0.4% 0.58% -
XYZ 17.86 14.29 11.71 -
YUV 107.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 149 89 91 0 0.40 0.39 0.42 358 0.25 0.47
Hex 95 59 5B 0 28 27 2A 166 19 2F
Octal 225 131 133 0 50 47 52 546 31 57
Binary 10010101 1011001 1011011 0 101000 100111 101010 101100110 11001 101111

Color Harmonies of #95595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95595B

Black with #95595B

Text Example


Text Example

White with #95595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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