Html Css Color HEX #8D2603 Falu Red

📋 copy color: '#8D2603'

red 141 ◦ green 38 ◦ blue 3

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

Shades of Falu Red #8D2603

Tints of Falu Red #8D2603

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.88%

 BLUE value IS 3 (1.56% from 255) = 1.65%

R = 77.47%
G = 20.88%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8D2603 (or 0x8D2603) is known color: Falu Red. HEX triplet: 8D, 26 and 03. RGB value is (141,38,3). Sum of RGB (Red+Green+Blue) = 141+38+3=182 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.47% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2603 is #72D9FC. Grayscale: #414141. Windows color (decimal): -7526909 or 206477. OLE color: 206477.

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

Color convert

RGB 141 38 3 -
CMYK 0 0.73 0.98 0.45
HSL 15.22º 0.96% 0.28% -
HSV(B) 15.22º 0.98% 0.55% -
XYZ 11.69 7.06 0.83 -
YUV 64.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 141 38 3 0 0.73 0.98 0.45 15.22 0.96 0.28
Hex 8D 26 3 0 49 62 2D F 60 1C
Octal 215 46 3 0 111 142 55 17 140 34
Binary 10001101 100110 11 0 1001001 1100010 101101 1111 1100000 11100

Color Harmonies of #8D2603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2603

Black with #8D2603

Text Example


Text Example

White with #8D2603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,38,3); }

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

background-color css

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

 a { background-color: rgb(141,38,3); }

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

border-color css

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

 span { border-color: rgb(141,38,3); }

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