Html Css Color HEX #8B1E13 Falu Red

📋 copy color: '#8B1E13'

red 139 ◦ green 30 ◦ blue 19

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

Shades of Falu Red #8B1E13

Tints of Falu Red #8B1E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.96%

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

R = 73.94%
G = 15.96%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B1E13 (or 0x8B1E13) is known color: Falu Red. HEX triplet: 8B, 1E and 13. RGB value is (139,30,19). Sum of RGB (Red+Green+Blue) = 139+30+19=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1E13 is #74E1EC. Grayscale: #3D3D3D. Windows color (decimal): -7660013 or 1253003. OLE color: 1253003.

HSL color Cylindrical-coordinate representation of color #8B1E13: hue angle of 5.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 #8B1E13 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 30 19 -
CMYK 0 0.78 0.86 0.45
HSL 5.5º 0.76% 0.31% -
HSV(B) 5.5º 0.86% 0.55% -
XYZ 11.23 6.46 1.27 -
YUV 61.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 139 30 19 0 0.78 0.86 0.45 5.5 0.76 0.31
Hex 8B 1E 13 0 4E 56 2D 6 4C 1F
Octal 213 36 23 0 116 126 55 6 114 37
Binary 10001011 11110 10011 0 1001110 1010110 101101 110 1001100 11111

Color Harmonies of #8B1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E13

Black with #8B1E13

Text Example


Text Example

White with #8B1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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