Html Css Color HEX #80280B Falu Red

📋 copy color: '#80280B'

red 128 ◦ green 40 ◦ blue 11

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

Shades of Falu Red #80280B

Tints of Falu Red #80280B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.15%

R = 71.51%
G = 22.35%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80280B (or 0x80280B) is known color: Falu Red. HEX triplet: 80, 28 and 0B. RGB value is (128,40,11). Sum of RGB (Red+Green+Blue) = 128+40+11=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #80280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80280B is #7FD7F4. Grayscale: #3F3F3F. Windows color (decimal): -8378357 or 731264. OLE color: 731264.

HSL color Cylindrical-coordinate representation of color #80280B: hue angle of 14.87º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80280B is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 11 -
CMYK 0 0.69 0.91 0.50
HSL 14.87º 0.84% 0.27% -
HSV(B) 14.87º 0.91% 0.5% -
XYZ 9.72 6.13 0.99 -
YUV 63.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 128 40 11 0 0.69 0.91 0.50 14.87 0.84 0.27
Hex 80 28 B 0 45 5B 32 F 54 1B
Octal 200 50 13 0 105 133 62 17 124 33
Binary 10000000 101000 1011 0 1000101 1011011 110010 1111 1010100 11011

Color Harmonies of #80280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80280B

Black with #80280B

Text Example


Text Example

White with #80280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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