Html Css Color HEX #8D2605 Falu Red

📋 copy color: '#8D2605'

red 141 ◦ green 38 ◦ blue 5

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

Shades of Falu Red #8D2605

Tints of Falu Red #8D2605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.72%

R = 76.63%
G = 20.65%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D2605 (or 0x8D2605) is known color: Falu Red. HEX triplet: 8D, 26 and 05. RGB value is (141,38,5). Sum of RGB (Red+Green+Blue) = 141+38+5=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2605 is #72D9FA. Grayscale: #414141. Windows color (decimal): -7526907 or 337549. OLE color: 337549.

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

Color convert

RGB 141 38 5 -
CMYK 0 0.73 0.96 0.45
HSL 14.56º 0.93% 0.29% -
HSV(B) 14.56º 0.96% 0.55% -
XYZ 11.71 7.06 0.89 -
YUV 65.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 141 38 5 0 0.73 0.96 0.45 14.56 0.93 0.29
Hex 8D 26 5 0 49 60 2D F 5D 1D
Octal 215 46 5 0 111 140 55 17 135 35
Binary 10001101 100110 101 0 1001001 1100000 101101 1111 1011101 11101

Color Harmonies of #8D2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2605

Black with #8D2605

Text Example


Text Example

White with #8D2605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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