Html Css Color HEX #8B4140 Matrix

📋 copy color: '#8B4140'

red 139 ◦ green 65 ◦ blue 64

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

Shades of Matrix #8B4140

Tints of Matrix #8B4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 51.87%
G = 24.25%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8B4140 (or 0x8B4140) is known color: Matrix. HEX triplet: 8B, 41 and 40. RGB value is (139,65,64). Sum of RGB (Red+Green+Blue) = 139+65+64=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4140 is #74BEBF. Grayscale: #575757. Windows color (decimal): -7651008 or 4211083. OLE color: 4211083.

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

Color convert

RGB 139 65 64 -
CMYK 0 0.53 0.54 0.45
HSL 0.8º 0.37% 0.4% -
HSV(B) 0.8º 0.54% 0.55% -
XYZ 13.46 9.64 6 -
YUV 87.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 139 65 64 0 0.53 0.54 0.45 0.8 0.37 0.4
Hex 8B 41 40 0 35 36 2D 1 25 28
Octal 213 101 100 0 65 66 55 1 45 50
Binary 10001011 1000001 1000000 0 110101 110110 101101 1 100101 101000

Color Harmonies of #8B4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4140

Black with #8B4140

Text Example


Text Example

White with #8B4140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,65,64); }

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

background-color css

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

 a { background-color: rgb(139,65,64); }

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

border-color css

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

 span { border-color: rgb(139,65,64); }

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