Html Css Color HEX #8B130A Falu Red

📋 copy color: '#8B130A'

red 139 ◦ green 19 ◦ blue 10

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

Shades of Falu Red #8B130A

Tints of Falu Red #8B130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.95%

R = 82.74%
G = 11.31%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8B130A (or 0x8B130A) is known color: Falu Red. HEX triplet: 8B, 13 and 0A. RGB value is (139,19,10). Sum of RGB (Red+Green+Blue) = 139+19+10=168 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.74% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 139 - color contains mainly: red. Hex color #8B130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B130A is #74ECF5. Grayscale: #363636. Windows color (decimal): -7662838 or 660363. OLE color: 660363.

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

Color convert

RGB 139 19 10 -
CMYK 0 0.86 0.93 0.45
HSL 4.19º 0.87% 0.29% -
HSV(B) 4.19º 0.93% 0.55% -
XYZ 10.94 5.98 0.86 -
YUV 53.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 139 19 10 0 0.86 0.93 0.45 4.19 0.87 0.29
Hex 8B 13 A 0 56 5D 2D 4 57 1D
Octal 213 23 12 0 126 135 55 4 127 35
Binary 10001011 10011 1010 0 1010110 1011101 101101 100 1010111 11101

Color Harmonies of #8B130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B130A

Black with #8B130A

Text Example


Text Example

White with #8B130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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