Html Css Color HEX #8B585D Vin Rouge

📋 copy color: '#8B585D'

red 139 ◦ green 88 ◦ blue 93

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

Shades of Vin Rouge #8B585D

Tints of Vin Rouge #8B585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

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

R = 43.44%
G = 27.5%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B585D (or 0x8B585D) is known color: Vin Rouge. HEX triplet: 8B, 58 and 5D. RGB value is (139,88,93). Sum of RGB (Red+Green+Blue) = 139+88+93=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B585D is #74A7A2. Grayscale: #676767. Windows color (decimal): -7645091 or 6117515. OLE color: 6117515.

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

Color convert

RGB 139 88 93 -
CMYK 0 0.37 0.33 0.45
HSL 354.12º 0.22% 0.45% -
HSV(B) 354.12º 0.37% 0.55% -
XYZ 16.11 13.26 12.07 -
YUV 103.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 139 88 93 0 0.37 0.33 0.45 354.12 0.22 0.45
Hex 8B 58 5D 0 25 21 2D 162 16 2D
Octal 213 130 135 0 45 41 55 542 26 55
Binary 10001011 1011000 1011101 0 100101 100001 101101 101100010 10110 101101

Color Harmonies of #8B585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B585D

Black with #8B585D

Text Example


Text Example

White with #8B585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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