Html Css Color HEX #811C15 Falu Red

📋 copy color: '#811C15'

red 129 ◦ green 28 ◦ blue 21

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

Shades of Falu Red #811C15

Tints of Falu Red #811C15

RGB

 RED value IS 129 (50.78% from 255) = 72.47%

 GREEN value IS 28 (11.33% from 255) = 15.73%

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

R = 72.47%
G = 15.73%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#811C15 (or 0x811C15) is known color: Falu Red. HEX triplet: 81, 1C and 15. RGB value is (129,28,21). Sum of RGB (Red+Green+Blue) = 129+28+21=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #811C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C15 is #7EE3EA. Grayscale: #393939. Windows color (decimal): -8315883 or 1383553. OLE color: 1383553.

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

Color convert

RGB 129 28 21 -
CMYK 0 0.78 0.84 0.49
HSL 3.89º 0.72% 0.29% -
HSV(B) 3.89º 0.84% 0.51% -
XYZ 9.6 5.55 1.27 -
YUV 57.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 129 28 21 0 0.78 0.84 0.49 3.89 0.72 0.29
Hex 81 1C 15 0 4E 54 31 4 48 1D
Octal 201 34 25 0 116 124 61 4 110 35
Binary 10000001 11100 10101 0 1001110 1010100 110001 100 1001000 11101

Color Harmonies of #811C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C15

Black with #811C15

Text Example


Text Example

White with #811C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811C15; }

 p { color: rgb(129,28,21); }

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

background-color css

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

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

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

border-color css

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

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

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