Html Css Color HEX #802213 Falu Red

📋 copy color: '#802213'

red 128 ◦ green 34 ◦ blue 19

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

Shades of Falu Red #802213

Tints of Falu Red #802213

RGB

 RED value IS 128 (50.39% from 255) = 70.72%

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

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 70.72%
G = 18.78%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#802213 (or 0x802213) is known color: Falu Red. HEX triplet: 80, 22 and 13. RGB value is (128,34,19). Sum of RGB (Red+Green+Blue) = 128+34+19=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #802213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802213 is #7FDDEC. Grayscale: #3C3C3C. Windows color (decimal): -8379885 or 1254016. OLE color: 1254016.

HSL color Cylindrical-coordinate representation of color #802213: hue angle of 8.26º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #802213 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 34 19 -
CMYK 0 0.73 0.85 0.50
HSL 8.26º 0.74% 0.29% -
HSV(B) 8.26º 0.85% 0.5% -
XYZ 9.59 5.78 1.23 -
YUV 60.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 128 34 19 0 0.73 0.85 0.50 8.26 0.74 0.29
Hex 80 22 13 0 49 55 32 8 4A 1D
Octal 200 42 23 0 111 125 62 10 112 35
Binary 10000000 100010 10011 0 1001001 1010101 110010 1000 1001010 11101

Color Harmonies of #802213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802213

Black with #802213

Text Example


Text Example

White with #802213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802213; }

 p { color: rgb(128,34,19); }

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

background-color css

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

 a { background-color: rgb(128,34,19); }

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

border-color css

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

 span { border-color: rgb(128,34,19); }

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