Html Css Color HEX #8D2604 Falu Red

📋 copy color: '#8D2604'

red 141 ◦ green 38 ◦ blue 4

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

Shades of Falu Red #8D2604

Tints of Falu Red #8D2604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 77.05%
G = 20.77%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8D2604 (or 0x8D2604) is known color: Falu Red. HEX triplet: 8D, 26 and 04. RGB value is (141,38,4). Sum of RGB (Red+Green+Blue) = 141+38+4=183 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.05% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2604 is #72D9FB. Grayscale: #414141. Windows color (decimal): -7526908 or 272013. OLE color: 272013.

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

Color convert

RGB 141 38 4 -
CMYK 0 0.73 0.97 0.45
HSL 14.89º 0.94% 0.28% -
HSV(B) 14.89º 0.97% 0.55% -
XYZ 11.7 7.06 0.86 -
YUV 64.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 141 38 4 0 0.73 0.97 0.45 14.89 0.94 0.28
Hex 8D 26 4 0 49 61 2D F 5E 1C
Octal 215 46 4 0 111 141 55 17 136 34
Binary 10001101 100110 100 0 1001001 1100001 101101 1111 1011110 11100

Color Harmonies of #8D2604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2604

Black with #8D2604

Text Example


Text Example

White with #8D2604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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