Html Css Color HEX #802416 Falu Red

📋 copy color: '#802416'

red 128 ◦ green 36 ◦ blue 22

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

Shades of Falu Red #802416

Tints of Falu Red #802416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.35%

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

R = 68.82%
G = 19.35%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#802416 (or 0x802416) is known color: Falu Red. HEX triplet: 80, 24 and 16. RGB value is (128,36,22). Sum of RGB (Red+Green+Blue) = 128+36+22=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #802416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802416 is #7FDBE9. Grayscale: #3E3E3E. Windows color (decimal): -8379370 or 1451136. OLE color: 1451136.

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

Color convert

RGB 128 36 22 -
CMYK 0 0.72 0.83 0.50
HSL 7.92º 0.71% 0.29% -
HSV(B) 7.92º 0.83% 0.5% -
XYZ 9.68 5.91 1.39 -
YUV 61.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 128 36 22 0 0.72 0.83 0.50 7.92 0.71 0.29
Hex 80 24 16 0 48 53 32 8 47 1D
Octal 200 44 26 0 110 123 62 10 107 35
Binary 10000000 100100 10110 0 1001000 1010011 110010 1000 1000111 11101

Color Harmonies of #802416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802416

Black with #802416

Text Example


Text Example

White with #802416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802416; }

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

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

background-color css

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

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

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

border-color css

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

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

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