Html Css Color HEX #8B1510 Falu Red

📋 copy color: '#8B1510'

red 139 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #8B1510

Tints of Falu Red #8B1510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.93%

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 78.98%
G = 11.93%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B1510 (or 0x8B1510) is known color: Falu Red. HEX triplet: 8B, 15 and 10. RGB value is (139,21,16). Sum of RGB (Red+Green+Blue) = 139+21+16=176 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.98% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1510 is #74EAEF. Grayscale: #373737. Windows color (decimal): -7662320 or 1054091. OLE color: 1054091.

HSL color Cylindrical-coordinate representation of color #8B1510: hue angle of 2.44º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1510 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 21 16 -
CMYK 0 0.85 0.88 0.45
HSL 2.44º 0.79% 0.3% -
HSV(B) 2.44º 0.88% 0.55% -
XYZ 11.01 6.06 1.08 -
YUV 55.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 139 21 16 0 0.85 0.88 0.45 2.44 0.79 0.3
Hex 8B 15 10 0 55 58 2D 2 4F 1E
Octal 213 25 20 0 125 130 55 2 117 36
Binary 10001011 10101 10000 0 1010101 1011000 101101 10 1001111 11110

Color Harmonies of #8B1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1510

Black with #8B1510

Text Example


Text Example

White with #8B1510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,21,16); }

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

background-color css

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

 a { background-color: rgb(139,21,16); }

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

border-color css

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

 span { border-color: rgb(139,21,16); }

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