Html Css Color HEX #8B1E09 Falu Red

📋 copy color: '#8B1E09'

red 139 ◦ green 30 ◦ blue 9

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

Shades of Falu Red #8B1E09

Tints of Falu Red #8B1E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.06%

R = 78.09%
G = 16.85%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8B1E09 (or 0x8B1E09) is known color: Falu Red. HEX triplet: 8B, 1E and 09. RGB value is (139,30,9). Sum of RGB (Red+Green+Blue) = 139+30+9=178 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.09% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1E09 is #74E1F6. Grayscale: #3C3C3C. Windows color (decimal): -7660023 or 597643. OLE color: 597643.

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

Color convert

RGB 139 30 9 -
CMYK 0 0.78 0.94 0.45
HSL 9.69º 0.88% 0.29% -
HSV(B) 9.69º 0.94% 0.55% -
XYZ 11.16 6.44 0.91 -
YUV 60.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 139 30 9 0 0.78 0.94 0.45 9.69 0.88 0.29
Hex 8B 1E 9 0 4E 5E 2D A 58 1D
Octal 213 36 11 0 116 136 55 12 130 35
Binary 10001011 11110 1001 0 1001110 1011110 101101 1010 1011000 11101

Color Harmonies of #8B1E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E09

Black with #8B1E09

Text Example


Text Example

White with #8B1E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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