Html Css Color HEX #8B1A01 Falu Red

📋 copy color: '#8B1A01'

red 139 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #8B1A01

Tints of Falu Red #8B1A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.66%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 83.73%
G = 15.66%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B1A01 (or 0x8B1A01) is known color: Falu Red. HEX triplet: 8B, 1A and 01. RGB value is (139,26,1). Sum of RGB (Red+Green+Blue) = 139+26+1=166 (21% of max value = 765). Red value is 139 (54.69% from 255 or 83.73% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1A01 is #74E5FE. Grayscale: #393939. Windows color (decimal): -7661055 or 72331. OLE color: 72331.

HSL color Cylindrical-coordinate representation of color #8B1A01: hue angle of 10.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B1A01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 26 1 -
CMYK 0 0.81 0.99 0.45
HSL 10.87º 0.99% 0.27% -
HSV(B) 10.87º 0.99% 0.55% -
XYZ 11.02 6.23 0.65 -
YUV 56.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 139 26 1 0 0.81 0.99 0.45 10.87 0.99 0.27
Hex 8B 1A 1 0 51 63 2D B 63 1B
Octal 213 32 1 0 121 143 55 13 143 33
Binary 10001011 11010 1 0 1010001 1100011 101101 1011 1100011 11011

Color Harmonies of #8B1A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1A01

Black with #8B1A01

Text Example


Text Example

White with #8B1A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,26,1); }

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

background-color css

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

 a { background-color: rgb(139,26,1); }

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

border-color css

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

 span { border-color: rgb(139,26,1); }

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