Html Css Color HEX #8B2400 Falu Red

📋 copy color: '#8B2400'

red 139 ◦ green 36 ◦ blue 0

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

Shades of Falu Red #8B2400

Tints of Falu Red #8B2400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.43%
G = 20.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8B2400 (or 0x8B2400) is known color: Falu Red. HEX triplet: 8B, 24 and 00. RGB value is (139,36,0). Sum of RGB (Red+Green+Blue) = 139+36+0=175 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2400 is #74DBFF. Grayscale: #3E3E3E. Windows color (decimal): -7658496 or 9355. OLE color: 9355.

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

Color convert

RGB 139 36 0 -
CMYK 0 0.74 1 0.45
HSL 15.54º 1% 0.27% -
HSV(B) 15.54º 1% 0.55% -
XYZ 11.28 6.75 0.71 -
YUV 62.69 92.62 182.43 -
System Red Green Blue C M Y K H S L
Decimal 139 36 0 0 0.74 1 0.45 15.54 1 0.27
Hex 8B 24 0 0 4A 64 2D 10 64 1B
Octal 213 44 0 0 112 144 55 20 144 33
Binary 10001011 100100 0 0 1001010 1100100 101101 10000 1100100 11011

Color Harmonies of #8B2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2400

Black with #8B2400

Text Example


Text Example

White with #8B2400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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