Html Css Color HEX #8B5C5F Vin Rouge

📋 copy color: '#8B5C5F'

red 139 ◦ green 92 ◦ blue 95

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

Shades of Vin Rouge #8B5C5F

Tints of Vin Rouge #8B5C5F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 42.64%
G = 28.22%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B5C5F (or 0x8B5C5F) is known color: Vin Rouge. HEX triplet: 8B, 5C and 5F. RGB value is (139,92,95). Sum of RGB (Red+Green+Blue) = 139+92+95=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C5F is #74A3A0. Grayscale: #6A6A6A. Windows color (decimal): -7644065 or 6249611. OLE color: 6249611.

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

Color convert

RGB 139 92 95 -
CMYK 0 0.34 0.32 0.45
HSL 356.17º 0.2% 0.45% -
HSV(B) 356.17º 0.34% 0.55% -
XYZ 16.54 13.97 12.65 -
YUV 106.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 139 92 95 0 0.34 0.32 0.45 356.17 0.2 0.45
Hex 8B 5C 5F 0 22 20 2D 164 14 2D
Octal 213 134 137 0 42 40 55 544 24 55
Binary 10001011 1011100 1011111 0 100010 100000 101101 101100100 10100 101101

Color Harmonies of #8B5C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5C5F

Black with #8B5C5F

Text Example


Text Example

White with #8B5C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,92,95); }

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

background-color css

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

 a { background-color: rgb(139,92,95); }

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

border-color css

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

 span { border-color: rgb(139,92,95); }

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