Html Css Color HEX #95595F Vin Rouge

📋 copy color: '#95595F'

red 149 ◦ green 89 ◦ blue 95

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

Shades of Vin Rouge #95595F

Tints of Vin Rouge #95595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 44.74%
G = 26.73%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95595F (or 0x95595F) is known color: Vin Rouge. HEX triplet: 95, 59 and 5F. RGB value is (149,89,95). Sum of RGB (Red+Green+Blue) = 149+89+95=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #95595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95595F is #6AA6A0. Grayscale: #6B6B6B. Windows color (decimal): -6989473 or 6248853. OLE color: 6248853.

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

Color convert

RGB 149 89 95 -
CMYK 0 0.40 0.36 0.42
HSL 354º 0.25% 0.47% -
HSV(B) 354º 0.4% 0.58% -
XYZ 18.03 14.36 12.65 -
YUV 107.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 149 89 95 0 0.40 0.36 0.42 354 0.25 0.47
Hex 95 59 5F 0 28 24 2A 162 19 2F
Octal 225 131 137 0 50 44 52 542 31 57
Binary 10010101 1011001 1011111 0 101000 100100 101010 101100010 11001 101111

Color Harmonies of #95595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95595F

Black with #95595F

Text Example


Text Example

White with #95595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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