Html Css Color HEX #80180D Falu Red

📋 copy color: '#80180D'

red 128 ◦ green 24 ◦ blue 13

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

Shades of Falu Red #80180D

Tints of Falu Red #80180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.55%

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

R = 77.58%
G = 14.55%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80180D (or 0x80180D) is known color: Falu Red. HEX triplet: 80, 18 and 0D. RGB value is (128,24,13). Sum of RGB (Red+Green+Blue) = 128+24+13=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #80180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80180D is #7FE7F2. Grayscale: #353535. Windows color (decimal): -8382451 or 858240. OLE color: 858240.

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

Color convert

RGB 128 24 13 -
CMYK 0 0.81 0.90 0.50
HSL 5.74º 0.82% 0.28% -
HSV(B) 5.74º 0.9% 0.5% -
XYZ 9.3 5.27 0.91 -
YUV 53.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 128 24 13 0 0.81 0.90 0.50 5.74 0.82 0.28
Hex 80 18 D 0 51 5A 32 6 52 1C
Octal 200 30 15 0 121 132 62 6 122 34
Binary 10000000 11000 1101 0 1010001 1011010 110010 110 1010010 11100

Color Harmonies of #80180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80180D

Black with #80180D

Text Example


Text Example

White with #80180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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