Html Css Color HEX #8B1E15 Falu Red

📋 copy color: '#8B1E15'

red 139 ◦ green 30 ◦ blue 21

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

Shades of Falu Red #8B1E15

Tints of Falu Red #8B1E15

RGB

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

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

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

R = 73.16%
G = 15.79%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8B1E15 (or 0x8B1E15) is known color: Falu Red. HEX triplet: 8B, 1E and 15. RGB value is (139,30,21). Sum of RGB (Red+Green+Blue) = 139+30+21=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1E15 is #74E1EA. Grayscale: #3D3D3D. Windows color (decimal): -7660011 or 1384075. OLE color: 1384075.

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

Color convert

RGB 139 30 21 -
CMYK 0 0.78 0.85 0.45
HSL 4.58º 0.74% 0.31% -
HSV(B) 4.58º 0.85% 0.55% -
XYZ 11.25 6.47 1.37 -
YUV 61.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 139 30 21 0 0.78 0.85 0.45 4.58 0.74 0.31
Hex 8B 1E 15 0 4E 55 2D 5 4A 1F
Octal 213 36 25 0 116 125 55 5 112 37
Binary 10001011 11110 10101 0 1001110 1010101 101101 101 1001010 11111

Color Harmonies of #8B1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E15

Black with #8B1E15

Text Example


Text Example

White with #8B1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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