Html Css Color HEX #80180C Falu Red

📋 copy color: '#80180C'

red 128 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #80180C

Tints of Falu Red #80180C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 78.05%
G = 14.63%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80180C (or 0x80180C) is known color: Falu Red. HEX triplet: 80, 18 and 0C. RGB value is (128,24,12). Sum of RGB (Red+Green+Blue) = 128+24+12=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #80180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80180C is #7FE7F3. Grayscale: #353535. Windows color (decimal): -8382452 or 792704. OLE color: 792704.

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

Color convert

RGB 128 24 12 -
CMYK 0 0.81 0.91 0.50
HSL 6.21º 0.83% 0.27% -
HSV(B) 6.21º 0.91% 0.5% -
XYZ 9.3 5.27 0.87 -
YUV 53.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 128 24 12 0 0.81 0.91 0.50 6.21 0.83 0.27
Hex 80 18 C 0 51 5B 32 6 53 1B
Octal 200 30 14 0 121 133 62 6 123 33
Binary 10000000 11000 1100 0 1010001 1011011 110010 110 1010011 11011

Color Harmonies of #80180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80180C

Black with #80180C

Text Example


Text Example

White with #80180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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