Html Css Color HEX #8B595D Vin Rouge

📋 copy color: '#8B595D'

red 139 ◦ green 89 ◦ blue 93

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

Shades of Vin Rouge #8B595D

Tints of Vin Rouge #8B595D

RGB

 RED value IS 139 (54.69% from 255) = 43.3%

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

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

R = 43.3%
G = 27.73%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B595D (or 0x8B595D) is known color: Vin Rouge. HEX triplet: 8B, 59 and 5D. RGB value is (139,89,93). Sum of RGB (Red+Green+Blue) = 139+89+93=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B595D is #74A6A2. Grayscale: #686868. Windows color (decimal): -7644835 or 6117771. OLE color: 6117771.

HSL color Cylindrical-coordinate representation of color #8B595D: hue angle of 355.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B595D is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 89 93 -
CMYK 0 0.36 0.33 0.45
HSL 355.2º 0.22% 0.45% -
HSV(B) 355.2º 0.36% 0.55% -
XYZ 16.2 13.42 12.09 -
YUV 104.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 139 89 93 0 0.36 0.33 0.45 355.2 0.22 0.45
Hex 8B 59 5D 0 24 21 2D 163 16 2D
Octal 213 131 135 0 44 41 55 543 26 55
Binary 10001011 1011001 1011101 0 100100 100001 101101 101100011 10110 101101

Color Harmonies of #8B595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B595D

Black with #8B595D

Text Example


Text Example

White with #8B595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B595D; }

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

 H1.HeaderClassName
 {
   color: #8B595D;
 }
 .AnyTagClassName
 {
   color: #8B595D;
 }
</style>

background-color css

<style>
 a { background-color: #8B595D; }

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

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

border-color css

<style>
 span { border-color: #8B595D; }

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

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