Html Css Color HEX #812115 Falu Red

📋 copy color: '#812115'

red 129 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #812115

Tints of Falu Red #812115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

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

R = 70.49%
G = 18.03%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#812115 (or 0x812115) is known color: Falu Red. HEX triplet: 81, 21 and 15. RGB value is (129,33,21). Sum of RGB (Red+Green+Blue) = 129+33+21=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #812115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812115 is #7EDEEA. Grayscale: #3C3C3C. Windows color (decimal): -8314603 or 1384833. OLE color: 1384833.

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

Color convert

RGB 129 33 21 -
CMYK 0 0.74 0.84 0.49
HSL 6.67º 0.72% 0.29% -
HSV(B) 6.67º 0.84% 0.51% -
XYZ 9.73 5.81 1.32 -
YUV 60.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 129 33 21 0 0.74 0.84 0.49 6.67 0.72 0.29
Hex 81 21 15 0 4A 54 31 7 48 1D
Octal 201 41 25 0 112 124 61 7 110 35
Binary 10000001 100001 10101 0 1001010 1010100 110001 111 1001000 11101

Color Harmonies of #812115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812115

Black with #812115

Text Example


Text Example

White with #812115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812115; }

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

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

background-color css

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

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

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

border-color css

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

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

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