Html Css Color HEX #8B1918 Falu Red

📋 copy color: '#8B1918'

red 139 ◦ green 25 ◦ blue 24

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

Shades of Falu Red #8B1918

Tints of Falu Red #8B1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 73.94%
G = 13.3%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8B1918 (or 0x8B1918) is known color: Falu Red. HEX triplet: 8B, 19 and 18. RGB value is (139,25,24). Sum of RGB (Red+Green+Blue) = 139+25+24=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1918 is #74E6E7. Grayscale: #3B3B3B. Windows color (decimal): -7661288 or 1579403. OLE color: 1579403.

HSL color Cylindrical-coordinate representation of color #8B1918: hue angle of 0.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1918 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 25 24 -
CMYK 0 0.82 0.83 0.45
HSL 0.52º 0.71% 0.32% -
HSV(B) 0.52º 0.83% 0.55% -
XYZ 11.16 6.25 1.48 -
YUV 58.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 139 25 24 0 0.82 0.83 0.45 0.52 0.71 0.32
Hex 8B 19 18 0 52 53 2D 1 47 20
Octal 213 31 30 0 122 123 55 1 107 40
Binary 10001011 11001 11000 0 1010010 1010011 101101 1 1000111 100000

Color Harmonies of #8B1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1918

Black with #8B1918

Text Example


Text Example

White with #8B1918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,25,24); }

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

background-color css

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

 a { background-color: rgb(139,25,24); }

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

border-color css

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

 span { border-color: rgb(139,25,24); }

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