Html Css Color HEX #80100C Falu Red

📋 copy color: '#80100C'

red 128 ◦ green 16 ◦ blue 12

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

Shades of Falu Red #80100C

Tints of Falu Red #80100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.26%

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

R = 82.05%
G = 10.26%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80100C (or 0x80100C) is known color: Falu Red. HEX triplet: 80, 10 and 0C. RGB value is (128,16,12). Sum of RGB (Red+Green+Blue) = 128+16+12=156 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.05% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 128 - color contains mainly: red. Hex color #80100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80100C is #7FEFF3. Grayscale: #313131. Windows color (decimal): -8384500 or 790656. OLE color: 790656.

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

Color convert

RGB 128 16 12 -
CMYK 0 0.88 0.91 0.50
HSL 2.07º 0.83% 0.27% -
HSV(B) 2.07º 0.91% 0.5% -
XYZ 9.15 4.99 0.83 -
YUV 49.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 128 16 12 0 0.88 0.91 0.50 2.07 0.83 0.27
Hex 80 10 C 0 58 5B 32 2 53 1B
Octal 200 20 14 0 130 133 62 2 123 33
Binary 10000000 10000 1100 0 1011000 1011011 110010 10 1010011 11011

Color Harmonies of #80100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80100C

Black with #80100C

Text Example


Text Example

White with #80100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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