Html Css Color HEX #812713 Falu Red

📋 copy color: '#812713'

red 129 ◦ green 39 ◦ blue 19

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

Shades of Falu Red #812713

Tints of Falu Red #812713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 68.98%
G = 20.86%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#812713 (or 0x812713) is known color: Falu Red. HEX triplet: 81, 27 and 13. RGB value is (129,39,19). Sum of RGB (Red+Green+Blue) = 129+39+19=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #812713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812713 is #7ED8EC. Grayscale: #3F3F3F. Windows color (decimal): -8313069 or 1255297. OLE color: 1255297.

HSL color Cylindrical-coordinate representation of color #812713: hue angle of 10.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #812713 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 39 19 -
CMYK 0 0.70 0.85 0.49
HSL 10.91º 0.74% 0.29% -
HSV(B) 10.91º 0.85% 0.51% -
XYZ 9.9 6.17 1.28 -
YUV 63.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 129 39 19 0 0.70 0.85 0.49 10.91 0.74 0.29
Hex 81 27 13 0 46 55 31 B 4A 1D
Octal 201 47 23 0 106 125 61 13 112 35
Binary 10000001 100111 10011 0 1000110 1010101 110001 1011 1001010 11101

Color Harmonies of #812713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812713

Black with #812713

Text Example


Text Example

White with #812713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812713; }

 p { color: rgb(129,39,19); }

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

background-color css

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

 a { background-color: rgb(129,39,19); }

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

border-color css

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

 span { border-color: rgb(129,39,19); }

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