Html Css Color HEX #8B1512 Falu Red

📋 copy color: '#8B1512'

red 139 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #8B1512

Tints of Falu Red #8B1512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 78.09%
G = 11.8%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#8B1512 (or 0x8B1512) is known color: Falu Red. HEX triplet: 8B, 15 and 12. RGB value is (139,21,18). Sum of RGB (Red+Green+Blue) = 139+21+18=178 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.09% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1512 is #74EAED. Grayscale: #383838. Windows color (decimal): -7662318 or 1185163. OLE color: 1185163.

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

Color convert

RGB 139 21 18 -
CMYK 0 0.85 0.87 0.45
HSL 1.49º 0.77% 0.31% -
HSV(B) 1.49º 0.87% 0.55% -
XYZ 11.02 6.07 1.16 -
YUV 55.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 139 21 18 0 0.85 0.87 0.45 1.49 0.77 0.31
Hex 8B 15 12 0 55 57 2D 1 4D 1F
Octal 213 25 22 0 125 127 55 1 115 37
Binary 10001011 10101 10010 0 1010101 1010111 101101 1 1001101 11111

Color Harmonies of #8B1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1512

Black with #8B1512

Text Example


Text Example

White with #8B1512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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