Html Css Color HEX #80260D Falu Red

📋 copy color: '#80260D'

red 128 ◦ green 38 ◦ blue 13

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

Shades of Falu Red #80260D

Tints of Falu Red #80260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.26%

R = 71.51%
G = 21.23%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80260D (or 0x80260D) is known color: Falu Red. HEX triplet: 80, 26 and 0D. RGB value is (128,38,13). Sum of RGB (Red+Green+Blue) = 128+38+13=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #80260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80260D is #7FD9F2. Grayscale: #3E3E3E. Windows color (decimal): -8378867 or 861824. OLE color: 861824.

HSL color Cylindrical-coordinate representation of color #80260D: hue angle of 13.04º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80260D is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 38 13 -
CMYK 0 0.70 0.90 0.50
HSL 13.04º 0.82% 0.28% -
HSV(B) 13.04º 0.9% 0.5% -
XYZ 9.67 6 1.03 -
YUV 62.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 128 38 13 0 0.70 0.90 0.50 13.04 0.82 0.28
Hex 80 26 D 0 46 5A 32 D 52 1C
Octal 200 46 15 0 106 132 62 15 122 34
Binary 10000000 100110 1101 0 1000110 1011010 110010 1101 1010010 11100

Color Harmonies of #80260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80260D

Black with #80260D

Text Example


Text Example

White with #80260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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