Html Css Color HEX #80200A Falu Red

📋 copy color: '#80200A'

red 128 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #80200A

Tints of Falu Red #80200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.88%

R = 75.29%
G = 18.82%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#80200A (or 0x80200A) is known color: Falu Red. HEX triplet: 80, 20 and 0A. RGB value is (128,32,10). Sum of RGB (Red+Green+Blue) = 128+32+10=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #80200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80200A is #7FDFF5. Grayscale: #3A3A3A. Windows color (decimal): -8380406 or 663680. OLE color: 663680.

HSL color Cylindrical-coordinate representation of color #80200A: hue angle of 11.19º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80200A is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 10 -
CMYK 0 0.75 0.92 0.50
HSL 11.19º 0.86% 0.27% -
HSV(B) 11.19º 0.92% 0.5% -
XYZ 9.47 5.64 0.88 -
YUV 58.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 128 32 10 0 0.75 0.92 0.50 11.19 0.86 0.27
Hex 80 20 A 0 4B 5C 32 B 56 1B
Octal 200 40 12 0 113 134 62 13 126 33
Binary 10000000 100000 1010 0 1001011 1011100 110010 1011 1010110 11011

Color Harmonies of #80200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80200A

Black with #80200A

Text Example


Text Example

White with #80200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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