Html Css Color HEX #8B1715 Falu Red

📋 copy color: '#8B1715'

red 139 ◦ green 23 ◦ blue 21

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

Shades of Falu Red #8B1715

Tints of Falu Red #8B1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 75.96%
G = 12.57%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8B1715 (or 0x8B1715) is known color: Falu Red. HEX triplet: 8B, 17 and 15. RGB value is (139,23,21). Sum of RGB (Red+Green+Blue) = 139+23+21=183 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.96% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1715 is #74E8EA. Grayscale: #393939. Windows color (decimal): -7661803 or 1382283. OLE color: 1382283.

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

Color convert

RGB 139 23 21 -
CMYK 0 0.83 0.85 0.45
HSL 1.02º 0.74% 0.31% -
HSV(B) 1.02º 0.85% 0.55% -
XYZ 11.09 6.16 1.31 -
YUV 57.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 139 23 21 0 0.83 0.85 0.45 1.02 0.74 0.31
Hex 8B 17 15 0 53 55 2D 1 4A 1F
Octal 213 27 25 0 123 125 55 1 112 37
Binary 10001011 10111 10101 0 1010011 1010101 101101 1 1001010 11111

Color Harmonies of #8B1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1715

Black with #8B1715

Text Example


Text Example

White with #8B1715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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