Html Css Color HEX #8D2202 Falu Red

📋 copy color: '#8D2202'

red 141 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #8D2202

Tints of Falu Red #8D2202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.13%

R = 79.66%
G = 19.21%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D2202 (or 0x8D2202) is known color: Falu Red. HEX triplet: 8D, 22 and 02. RGB value is (141,34,2). Sum of RGB (Red+Green+Blue) = 141+34+2=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2202 is #72DDFD. Grayscale: #3E3E3E. Windows color (decimal): -7527934 or 139917. OLE color: 139917.

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

Color convert

RGB 141 34 2 -
CMYK 0 0.76 0.99 0.45
HSL 13.81º 0.97% 0.28% -
HSV(B) 13.81º 0.99% 0.55% -
XYZ 11.57 6.81 0.76 -
YUV 62.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 141 34 2 0 0.76 0.99 0.45 13.81 0.97 0.28
Hex 8D 22 2 0 4C 63 2D E 61 1C
Octal 215 42 2 0 114 143 55 16 141 34
Binary 10001101 100010 10 0 1001100 1100011 101101 1110 1100001 11100

Color Harmonies of #8D2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2202

Black with #8D2202

Text Example


Text Example

White with #8D2202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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