Html Css Color HEX #8A585D Vin Rouge

📋 copy color: '#8A585D'

red 138 ◦ green 88 ◦ blue 93

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

Shades of Vin Rouge #8A585D

Tints of Vin Rouge #8A585D

RGB

 RED value IS 138 (54.3% from 255) = 43.26%

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

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

R = 43.26%
G = 27.59%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A585D (or 0x8A585D) is known color: Vin Rouge. HEX triplet: 8A, 58 and 5D. RGB value is (138,88,93). Sum of RGB (Red+Green+Blue) = 138+88+93=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A585D is #75A7A2. Grayscale: #676767. Windows color (decimal): -7710627 or 6117514. OLE color: 6117514.

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

Color convert

RGB 138 88 93 -
CMYK 0 0.36 0.33 0.46
HSL 354º 0.22% 0.44% -
HSV(B) 354º 0.36% 0.54% -
XYZ 15.95 13.17 12.06 -
YUV 103.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 138 88 93 0 0.36 0.33 0.46 354 0.22 0.44
Hex 8A 58 5D 0 24 21 2E 162 16 2C
Octal 212 130 135 0 44 41 56 542 26 54
Binary 10001010 1011000 1011101 0 100100 100001 101110 101100010 10110 101100

Color Harmonies of #8A585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A585D

Black with #8A585D

Text Example


Text Example

White with #8A585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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