Html Css Color HEX #8B5961 Vin Rouge

📋 copy color: '#8B5961'

red 139 ◦ green 89 ◦ blue 97

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

Shades of Vin Rouge #8B5961

Tints of Vin Rouge #8B5961

RGB

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

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

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

R = 42.77%
G = 27.38%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B5961 (or 0x8B5961) is known color: Vin Rouge. HEX triplet: 8B, 59 and 61. RGB value is (139,89,97). Sum of RGB (Red+Green+Blue) = 139+89+97=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5961 is #74A69E. Grayscale: #686868. Windows color (decimal): -7644831 or 6379915. OLE color: 6379915.

HSL color Cylindrical-coordinate representation of color #8B5961: hue angle of 350.4º 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 #8B5961 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 89 97 -
CMYK 0 0.36 0.30 0.45
HSL 350.4º 0.22% 0.45% -
HSV(B) 350.4º 0.36% 0.55% -
XYZ 16.38 13.5 13.05 -
YUV 104.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 139 89 97 0 0.36 0.30 0.45 350.4 0.22 0.45
Hex 8B 59 61 0 24 1E 2D 15E 16 2D
Octal 213 131 141 0 44 36 55 536 26 55
Binary 10001011 1011001 1100001 0 100100 11110 101101 101011110 10110 101101

Color Harmonies of #8B5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5961

Black with #8B5961

Text Example


Text Example

White with #8B5961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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