Html Css Color HEX #80200B Falu Red

📋 copy color: '#80200B'

red 128 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #80200B

Tints of Falu Red #80200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

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

R = 74.85%
G = 18.71%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80200B (or 0x80200B) is known color: Falu Red. HEX triplet: 80, 20 and 0B. RGB value is (128,32,11). Sum of RGB (Red+Green+Blue) = 128+32+11=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #80200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80200B is #7FDFF4. Grayscale: #3A3A3A. Windows color (decimal): -8380405 or 729216. OLE color: 729216.

HSL color Cylindrical-coordinate representation of color #80200B: hue angle of 10.77º 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 #80200B is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 11 -
CMYK 0 0.75 0.91 0.50
HSL 10.77º 0.84% 0.27% -
HSV(B) 10.77º 0.91% 0.5% -
XYZ 9.48 5.65 0.91 -
YUV 58.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 128 32 11 0 0.75 0.91 0.50 10.77 0.84 0.27
Hex 80 20 B 0 4B 5B 32 B 54 1B
Octal 200 40 13 0 113 133 62 13 124 33
Binary 10000000 100000 1011 0 1001011 1011011 110010 1011 1010100 11011

Color Harmonies of #80200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80200B

Black with #80200B

Text Example


Text Example

White with #80200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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