Html Css Color HEX #95535B Vin Rouge

📋 copy color: '#95535B'

red 149 ◦ green 83 ◦ blue 91

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

Shades of Vin Rouge #95535B

Tints of Vin Rouge #95535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 46.13%
G = 25.7%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95535B (or 0x95535B) is known color: Vin Rouge. HEX triplet: 95, 53 and 5B. RGB value is (149,83,91). Sum of RGB (Red+Green+Blue) = 149+83+91=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95535B is #6AACA4. Grayscale: #676767. Windows color (decimal): -6991013 or 5985173. OLE color: 5985173.

HSL color Cylindrical-coordinate representation of color #95535B: hue angle of 352.73º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95535B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 91 -
CMYK 0 0.44 0.39 0.42
HSL 352.73º 0.28% 0.45% -
HSV(B) 352.73º 0.44% 0.58% -
XYZ 17.38 13.33 11.55 -
YUV 103.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 149 83 91 0 0.44 0.39 0.42 352.73 0.28 0.45
Hex 95 53 5B 0 2C 27 2A 161 1C 2D
Octal 225 123 133 0 54 47 52 541 34 55
Binary 10010101 1010011 1011011 0 101100 100111 101010 101100001 11100 101101

Color Harmonies of #95535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95535B

Black with #95535B

Text Example


Text Example

White with #95535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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