Html Css Color HEX #8B2101 Falu Red

📋 copy color: '#8B2101'

red 139 ◦ green 33 ◦ blue 1

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

Shades of Falu Red #8B2101

Tints of Falu Red #8B2101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

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

R = 80.35%
G = 19.08%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B2101 (or 0x8B2101) is known color: Falu Red. HEX triplet: 8B, 21 and 01. RGB value is (139,33,1). Sum of RGB (Red+Green+Blue) = 139+33+1=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2101 is #74DEFE. Grayscale: #3D3D3D. Windows color (decimal): -7659263 or 74123. OLE color: 74123.

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

Color convert

RGB 139 33 1 -
CMYK 0 0.76 0.99 0.45
HSL 13.91º 0.99% 0.27% -
HSV(B) 13.91º 0.99% 0.55% -
XYZ 11.2 6.58 0.71 -
YUV 61.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 139 33 1 0 0.76 0.99 0.45 13.91 0.99 0.27
Hex 8B 21 1 0 4C 63 2D E 63 1B
Octal 213 41 1 0 114 143 55 16 143 33
Binary 10001011 100001 1 0 1001100 1100011 101101 1110 1100011 11011

Color Harmonies of #8B2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2101

Black with #8B2101

Text Example


Text Example

White with #8B2101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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