Html Css Color HEX #802616 Falu Red

📋 copy color: '#802616'

red 128 ◦ green 38 ◦ blue 22

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

Shades of Falu Red #802616

Tints of Falu Red #802616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.21%

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

R = 68.09%
G = 20.21%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#802616 (or 0x802616) is known color: Falu Red. HEX triplet: 80, 26 and 16. RGB value is (128,38,22). Sum of RGB (Red+Green+Blue) = 128+38+22=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #802616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802616 is #7FD9E9. Grayscale: #3F3F3F. Windows color (decimal): -8378858 or 1451648. OLE color: 1451648.

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

Color convert

RGB 128 38 22 -
CMYK 0 0.70 0.83 0.50
HSL 9.06º 0.71% 0.29% -
HSV(B) 9.06º 0.83% 0.5% -
XYZ 9.74 6.03 1.41 -
YUV 63.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 128 38 22 0 0.70 0.83 0.50 9.06 0.71 0.29
Hex 80 26 16 0 46 53 32 9 47 1D
Octal 200 46 26 0 106 123 62 11 107 35
Binary 10000000 100110 10110 0 1000110 1010011 110010 1001 1000111 11101

Color Harmonies of #802616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802616

Black with #802616

Text Example


Text Example

White with #802616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802616; }

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

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

background-color css

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

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

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

border-color css

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

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

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