Html Css Color HEX #801616 Falu Red

📋 copy color: '#801616'

red 128 ◦ green 22 ◦ blue 22

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

Shades of Falu Red #801616

Tints of Falu Red #801616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 74.42%
G = 12.79%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#801616 (or 0x801616) is known color: Falu Red. HEX triplet: 80, 16 and 16. RGB value is (128,22,22). Sum of RGB (Red+Green+Blue) = 128+22+22=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #801616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801616 is #7FE9E9. Grayscale: #353535. Windows color (decimal): -8382954 or 1447552. OLE color: 1447552.

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

Color convert

RGB 128 22 22 -
CMYK 0 0.83 0.83 0.50
HSL 0.71% 0.29% -
HSV(B) 0.83% 0.5% -
XYZ 9.33 5.22 1.27 -
YUV 53.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 128 22 22 0 0.83 0.83 0.50 0 0.71 0.29
Hex 80 16 16 0 53 53 32 0 47 1D
Octal 200 26 26 0 123 123 62 0 107 35
Binary 10000000 10110 10110 0 1010011 1010011 110010 0 1000111 11101

Color Harmonies of #801616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801616

Black with #801616

Text Example


Text Example

White with #801616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801616; }

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

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

background-color css

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

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

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

border-color css

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

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

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