Html Css Color HEX #8B1308 Falu Red

📋 copy color: '#8B1308'

red 139 ◦ green 19 ◦ blue 8

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

Shades of Falu Red #8B1308

Tints of Falu Red #8B1308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

 BLUE value IS 8 (3.52% from 255) = 4.82%

R = 83.73%
G = 11.45%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8B1308 (or 0x8B1308) is known color: Falu Red. HEX triplet: 8B, 13 and 08. RGB value is (139,19,8). Sum of RGB (Red+Green+Blue) = 139+19+8=166 (21% of max value = 765). Red value is 139 (54.69% from 255 or 83.73% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1308 is #74ECF7. Grayscale: #353535. Windows color (decimal): -7662840 or 529291. OLE color: 529291.

HSL color Cylindrical-coordinate representation of color #8B1308: hue angle of 5.04º degrees, saturation: 0.89, 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 #8B1308 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 19 8 -
CMYK 0 0.86 0.94 0.45
HSL 5.04º 0.89% 0.29% -
HSV(B) 5.04º 0.94% 0.55% -
XYZ 10.92 5.97 0.81 -
YUV 53.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 139 19 8 0 0.86 0.94 0.45 5.04 0.89 0.29
Hex 8B 13 8 0 56 5E 2D 5 59 1D
Octal 213 23 10 0 126 136 55 5 131 35
Binary 10001011 10011 1000 0 1010110 1011110 101101 101 1011001 11101

Color Harmonies of #8B1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1308

Black with #8B1308

Text Example


Text Example

White with #8B1308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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