Html Css Color HEX #8B5A61 Vin Rouge

📋 copy color: '#8B5A61'

red 139 ◦ green 90 ◦ blue 97

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

Shades of Vin Rouge #8B5A61

Tints of Vin Rouge #8B5A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 42.64%
G = 27.61%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B5A61 (or 0x8B5A61) is known color: Vin Rouge. HEX triplet: 8B, 5A and 61. RGB value is (139,90,97). Sum of RGB (Red+Green+Blue) = 139+90+97=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A61 is #74A59E. Grayscale: #696969. Windows color (decimal): -7644575 or 6380171. OLE color: 6380171.

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

Color convert

RGB 139 90 97 -
CMYK 0 0.35 0.30 0.45
HSL 351.43º 0.21% 0.45% -
HSV(B) 351.43º 0.35% 0.55% -
XYZ 16.46 13.66 13.08 -
YUV 105.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 139 90 97 0 0.35 0.30 0.45 351.43 0.21 0.45
Hex 8B 5A 61 0 23 1E 2D 15F 15 2D
Octal 213 132 141 0 43 36 55 537 25 55
Binary 10001011 1011010 1100001 0 100011 11110 101101 101011111 10101 101101

Color Harmonies of #8B5A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5A61

Black with #8B5A61

Text Example


Text Example

White with #8B5A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,90,97); }

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

background-color css

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

 a { background-color: rgb(139,90,97); }

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

border-color css

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

 span { border-color: rgb(139,90,97); }

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