Html Css Color HEX #8D2207 Falu Red

📋 copy color: '#8D2207'

red 141 ◦ green 34 ◦ blue 7

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

Shades of Falu Red #8D2207

Tints of Falu Red #8D2207

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

 BLUE value IS 7 (3.13% from 255) = 3.85%

R = 77.47%
G = 18.68%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#8D2207 (or 0x8D2207) is known color: Falu Red. HEX triplet: 8D, 22 and 07. RGB value is (141,34,7). Sum of RGB (Red+Green+Blue) = 141+34+7=182 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.47% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2207 is #72DDF8. Grayscale: #3F3F3F. Windows color (decimal): -7527929 or 467597. OLE color: 467597.

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

Color convert

RGB 141 34 7 -
CMYK 0 0.76 0.95 0.45
HSL 12.09º 0.91% 0.29% -
HSV(B) 12.09º 0.95% 0.55% -
XYZ 11.59 6.82 0.91 -
YUV 62.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 141 34 7 0 0.76 0.95 0.45 12.09 0.91 0.29
Hex 8D 22 7 0 4C 5F 2D C 5B 1D
Octal 215 42 7 0 114 137 55 14 133 35
Binary 10001101 100010 111 0 1001100 1011111 101101 1100 1011011 11101

Color Harmonies of #8D2207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2207

Black with #8D2207

Text Example


Text Example

White with #8D2207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,34,7); }

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

background-color css

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

 a { background-color: rgb(141,34,7); }

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

border-color css

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

 span { border-color: rgb(141,34,7); }

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