Html Css Color HEX #8B240D Falu Red

📋 copy color: '#8B240D'

red 139 ◦ green 36 ◦ blue 13

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

Shades of Falu Red #8B240D

Tints of Falu Red #8B240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 73.94%
G = 19.15%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B240D (or 0x8B240D) is known color: Falu Red. HEX triplet: 8B, 24 and 0D. RGB value is (139,36,13). Sum of RGB (Red+Green+Blue) = 139+36+13=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B240D is #74DBF2. Grayscale: #404040. Windows color (decimal): -7658483 or 861323. OLE color: 861323.

HSL color Cylindrical-coordinate representation of color #8B240D: hue angle of 10.95º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B240D is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 36 13 -
CMYK 0 0.74 0.91 0.45
HSL 10.95º 0.83% 0.3% -
HSV(B) 10.95º 0.91% 0.55% -
XYZ 11.35 6.78 1.09 -
YUV 64.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 139 36 13 0 0.74 0.91 0.45 10.95 0.83 0.3
Hex 8B 24 D 0 4A 5B 2D B 53 1E
Octal 213 44 15 0 112 133 55 13 123 36
Binary 10001011 100100 1101 0 1001010 1011011 101101 1011 1010011 11110

Color Harmonies of #8B240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B240D

Black with #8B240D

Text Example


Text Example

White with #8B240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,36,13); }

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

background-color css

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

 a { background-color: rgb(139,36,13); }

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

border-color css

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

 span { border-color: rgb(139,36,13); }

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