Html Css Color HEX #801313 Falu Red

📋 copy color: '#801313'

red 128 ◦ green 19 ◦ blue 19

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

Shades of Falu Red #801313

Tints of Falu Red #801313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 77.11%
G = 11.45%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#801313 (or 0x801313) is known color: Falu Red. HEX triplet: 80, 13 and 13. RGB value is (128,19,19). Sum of RGB (Red+Green+Blue) = 128+19+19=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #801313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801313 is #7FECEC. Grayscale: #333333. Windows color (decimal): -8383725 or 1250176. OLE color: 1250176.

HSL color Cylindrical-coordinate representation of color #801313: hue angle of 0º 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 #801313 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 19 -
CMYK 0 0.85 0.85 0.50
HSL 0.74% 0.29% -
HSV(B) 0.85% 0.5% -
XYZ 9.25 5.1 1.11 -
YUV 51.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 128 19 19 0 0.85 0.85 0.50 0 0.74 0.29
Hex 80 13 13 0 55 55 32 0 4A 1D
Octal 200 23 23 0 125 125 62 0 112 35
Binary 10000000 10011 10011 0 1010101 1010101 110010 0 1001010 11101

Color Harmonies of #801313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801313

Black with #801313

Text Example


Text Example

White with #801313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801313; }

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

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

background-color css

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

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

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

border-color css

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

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

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