Html Css Color HEX #811D0D Falu Red

📋 copy color: '#811D0D'

red 129 ◦ green 29 ◦ blue 13

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

Shades of Falu Red #811D0D

Tints of Falu Red #811D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.96%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 75.44%
G = 16.96%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#811D0D (or 0x811D0D) is known color: Falu Red. HEX triplet: 81, 1D and 0D. RGB value is (129,29,13). Sum of RGB (Red+Green+Blue) = 129+29+13=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #811D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D0D is #7EE2F2. Grayscale: #393939. Windows color (decimal): -8315635 or 859521. OLE color: 859521.

HSL color Cylindrical-coordinate representation of color #811D0D: hue angle of 8.28º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #811D0D is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 13 -
CMYK 0 0.78 0.90 0.49
HSL 8.28º 0.82% 0.28% -
HSV(B) 8.28º 0.9% 0.51% -
XYZ 9.57 5.57 0.95 -
YUV 57.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 129 29 13 0 0.78 0.90 0.49 8.28 0.82 0.28
Hex 81 1D D 0 4E 5A 31 8 52 1C
Octal 201 35 15 0 116 132 61 10 122 34
Binary 10000001 11101 1101 0 1001110 1011010 110001 1000 1010010 11100

Color Harmonies of #811D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D0D

Black with #811D0D

Text Example


Text Example

White with #811D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,29,13); }

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

background-color css

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

 a { background-color: rgb(129,29,13); }

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

border-color css

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

 span { border-color: rgb(129,29,13); }

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