Html Css Color HEX #8D2300 Falu Red

📋 copy color: '#8D2300'

red 141 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #8D2300

Tints of Falu Red #8D2300

RGB

 RED value IS 141 (55.47% from 255) = 80.11%

 GREEN value IS 35 (14.06% from 255) = 19.89%

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

R = 80.11%
G = 19.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8D2300 (or 0x8D2300) is known color: Falu Red. HEX triplet: 8D, 23 and 00. RGB value is (141,35,0). Sum of RGB (Red+Green+Blue) = 141+35+0=176 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.11% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2300 is #72DCFF. Grayscale: #3E3E3E. Windows color (decimal): -7527680 or 9101. OLE color: 9101.

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

Color convert

RGB 141 35 0 -
CMYK 0 0.75 1 0.45
HSL 14.89º 1% 0.28% -
HSV(B) 14.89º 1% 0.55% -
XYZ 11.59 6.86 0.71 -
YUV 62.7 92.62 183.85 -
System Red Green Blue C M Y K H S L
Decimal 141 35 0 0 0.75 1 0.45 14.89 1 0.28
Hex 8D 23 0 0 4B 64 2D F 64 1C
Octal 215 43 0 0 113 144 55 17 144 34
Binary 10001101 100011 0 0 1001011 1100100 101101 1111 1100100 11100

Color Harmonies of #8D2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2300

Black with #8D2300

Text Example


Text Example

White with #8D2300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,35,0); }

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

background-color css

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

 a { background-color: rgb(141,35,0); }

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

border-color css

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

 span { border-color: rgb(141,35,0); }

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