Html Css Color HEX #801515 Falu Red

📋 copy color: '#801515'

red 128 ◦ green 21 ◦ blue 21

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

Shades of Falu Red #801515

Tints of Falu Red #801515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 75.29%
G = 12.35%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801515 (or 0x801515) is known color: Falu Red. HEX triplet: 80, 15 and 15. RGB value is (128,21,21). Sum of RGB (Red+Green+Blue) = 128+21+21=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #801515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801515 is #7FEAEA. Grayscale: #353535. Windows color (decimal): -8383211 or 1381760. OLE color: 1381760.

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

Color convert

RGB 128 21 21 -
CMYK 0 0.84 0.84 0.50
HSL 0.72% 0.29% -
HSV(B) 0.84% 0.5% -
XYZ 9.31 5.18 1.22 -
YUV 52.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 128 21 21 0 0.84 0.84 0.50 0 0.72 0.29
Hex 80 15 15 0 54 54 32 0 48 1D
Octal 200 25 25 0 124 124 62 0 110 35
Binary 10000000 10101 10101 0 1010100 1010100 110010 0 1001000 11101

Color Harmonies of #801515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801515

Black with #801515

Text Example


Text Example

White with #801515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801515; }

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

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

background-color css

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

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

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

border-color css

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

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

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