Html Css Color HEX #8B2013 Falu Red

📋 copy color: '#8B2013'

red 139 ◦ green 32 ◦ blue 19

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

Shades of Falu Red #8B2013

Tints of Falu Red #8B2013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

 BLUE value IS 19 (7.81% from 255) = 10%

R = 73.16%
G = 16.84%
B = 10%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B2013 (or 0x8B2013) is known color: Falu Red. HEX triplet: 8B, 20 and 13. RGB value is (139,32,19). Sum of RGB (Red+Green+Blue) = 139+32+19=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2013 is #74DFEC. Grayscale: #3E3E3E. Windows color (decimal): -7659501 or 1253515. OLE color: 1253515.

HSL color Cylindrical-coordinate representation of color #8B2013: hue angle of 6.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B2013 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 32 19 -
CMYK 0 0.77 0.86 0.45
HSL 6.5º 0.76% 0.31% -
HSV(B) 6.5º 0.86% 0.55% -
XYZ 11.28 6.57 1.29 -
YUV 62.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 139 32 19 0 0.77 0.86 0.45 6.5 0.76 0.31
Hex 8B 20 13 0 4D 56 2D 6 4C 1F
Octal 213 40 23 0 115 126 55 6 114 37
Binary 10001011 100000 10011 0 1001101 1010110 101101 110 1001100 11111

Color Harmonies of #8B2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2013

Black with #8B2013

Text Example


Text Example

White with #8B2013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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