Html Css Color HEX #8B1E04 Falu Red

📋 copy color: '#8B1E04'

red 139 ◦ green 30 ◦ blue 4

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

Shades of Falu Red #8B1E04

Tints of Falu Red #8B1E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.31%

R = 80.35%
G = 17.34%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8B1E04 (or 0x8B1E04) is known color: Falu Red. HEX triplet: 8B, 1E and 04. RGB value is (139,30,4). Sum of RGB (Red+Green+Blue) = 139+30+4=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1E04 is #74E1FB. Grayscale: #3B3B3B. Windows color (decimal): -7660028 or 269963. OLE color: 269963.

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

Color convert

RGB 139 30 4 -
CMYK 0 0.78 0.97 0.45
HSL 11.56º 0.94% 0.28% -
HSV(B) 11.56º 0.97% 0.55% -
XYZ 11.13 6.43 0.77 -
YUV 59.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 139 30 4 0 0.78 0.97 0.45 11.56 0.94 0.28
Hex 8B 1E 4 0 4E 61 2D C 5E 1C
Octal 213 36 4 0 116 141 55 14 136 34
Binary 10001011 11110 100 0 1001110 1100001 101101 1100 1011110 11100

Color Harmonies of #8B1E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E04

Black with #8B1E04

Text Example


Text Example

White with #8B1E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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