Html Css Color HEX #80280D Falu Red

📋 copy color: '#80280D'

red 128 ◦ green 40 ◦ blue 13

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

Shades of Falu Red #80280D

Tints of Falu Red #80280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.1%

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

R = 70.72%
G = 22.1%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80280D (or 0x80280D) is known color: Falu Red. HEX triplet: 80, 28 and 0D. RGB value is (128,40,13). Sum of RGB (Red+Green+Blue) = 128+40+13=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #80280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80280D is #7FD7F2. Grayscale: #3F3F3F. Windows color (decimal): -8378355 or 862336. OLE color: 862336.

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

Color convert

RGB 128 40 13 -
CMYK 0 0.69 0.90 0.50
HSL 14.09º 0.82% 0.28% -
HSV(B) 14.09º 0.9% 0.5% -
XYZ 9.73 6.14 1.05 -
YUV 63.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 128 40 13 0 0.69 0.90 0.50 14.09 0.82 0.28
Hex 80 28 D 0 45 5A 32 E 52 1C
Octal 200 50 15 0 105 132 62 16 122 34
Binary 10000000 101000 1101 0 1000101 1011010 110010 1110 1010010 11100

Color Harmonies of #80280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80280D

Black with #80280D

Text Example


Text Example

White with #80280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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