Html Css Color HEX #811715 Falu Red

📋 copy color: '#811715'

red 129 ◦ green 23 ◦ blue 21

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

Shades of Falu Red #811715

Tints of Falu Red #811715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

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

R = 74.57%
G = 13.29%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#811715 (or 0x811715) is known color: Falu Red. HEX triplet: 81, 17 and 15. RGB value is (129,23,21). Sum of RGB (Red+Green+Blue) = 129+23+21=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #811715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811715 is #7EE8EA. Grayscale: #363636. Windows color (decimal): -8317163 or 1382273. OLE color: 1382273.

HSL color Cylindrical-coordinate representation of color #811715: hue angle of 1.11º 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 #811715 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 23 21 -
CMYK 0 0.82 0.84 0.49
HSL 1.11º 0.72% 0.29% -
HSV(B) 1.11º 0.84% 0.51% -
XYZ 9.5 5.33 1.24 -
YUV 54.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 129 23 21 0 0.82 0.84 0.49 1.11 0.72 0.29
Hex 81 17 15 0 52 54 31 1 48 1D
Octal 201 27 25 0 122 124 61 1 110 35
Binary 10000001 10111 10101 0 1010010 1010100 110001 1 1001000 11101

Color Harmonies of #811715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811715

Black with #811715

Text Example


Text Example

White with #811715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811715; }

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

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

background-color css

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

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

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

border-color css

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

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

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