Html Css Color HEX #8B1C13 Falu Red

📋 copy color: '#8B1C13'

red 139 ◦ green 28 ◦ blue 19

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

Shades of Falu Red #8B1C13

Tints of Falu Red #8B1C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.05%

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 74.73%
G = 15.05%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B1C13 (or 0x8B1C13) is known color: Falu Red. HEX triplet: 8B, 1C and 13. RGB value is (139,28,19). Sum of RGB (Red+Green+Blue) = 139+28+19=186 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.73% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1C13 is #74E3EC. Grayscale: #3C3C3C. Windows color (decimal): -7660525 or 1252491. OLE color: 1252491.

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

Color convert

RGB 139 28 19 -
CMYK 0 0.80 0.86 0.45
HSL 4.5º 0.76% 0.31% -
HSV(B) 4.5º 0.86% 0.55% -
XYZ 11.18 6.37 1.26 -
YUV 60.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 139 28 19 0 0.80 0.86 0.45 4.5 0.76 0.31
Hex 8B 1C 13 0 50 56 2D 4 4C 1F
Octal 213 34 23 0 120 126 55 4 114 37
Binary 10001011 11100 10011 0 1010000 1010110 101101 100 1001100 11111

Color Harmonies of #8B1C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1C13

Black with #8B1C13

Text Example


Text Example

White with #8B1C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,28,19); }

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

background-color css

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

 a { background-color: rgb(139,28,19); }

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

border-color css

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

 span { border-color: rgb(139,28,19); }

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