Html Css Color HEX #801512 Falu Red

📋 copy color: '#801512'

red 128 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #801512

Tints of Falu Red #801512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.57%

 BLUE value IS 18 (7.42% from 255) = 10.78%

R = 76.65%
G = 12.57%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#801512 (or 0x801512) is known color: Falu Red. HEX triplet: 80, 15 and 12. RGB value is (128,21,18). Sum of RGB (Red+Green+Blue) = 128+21+18=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #801512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801512 is #7FEAED. Grayscale: #343434. Windows color (decimal): -8383214 or 1185152. OLE color: 1185152.

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

Color convert

RGB 128 21 18 -
CMYK 0 0.84 0.86 0.50
HSL 1.64º 0.75% 0.29% -
HSV(B) 1.64º 0.86% 0.5% -
XYZ 9.28 5.17 1.08 -
YUV 52.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 128 21 18 0 0.84 0.86 0.50 1.64 0.75 0.29
Hex 80 15 12 0 54 56 32 2 4B 1D
Octal 200 25 22 0 124 126 62 2 113 35
Binary 10000000 10101 10010 0 1010100 1010110 110010 10 1001011 11101

Color Harmonies of #801512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801512

Black with #801512

Text Example


Text Example

White with #801512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801512; }

 p { color: rgb(128,21,18); }

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

background-color css

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

 a { background-color: rgb(128,21,18); }

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

border-color css

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

 span { border-color: rgb(128,21,18); }

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