Html Css Color HEX #811307 Falu Red

📋 copy color: '#811307'

red 129 ◦ green 19 ◦ blue 7

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

Shades of Falu Red #811307

Tints of Falu Red #811307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 83.23%
G = 12.26%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#811307 (or 0x811307) is known color: Falu Red. HEX triplet: 81, 13 and 07. RGB value is (129,19,7). Sum of RGB (Red+Green+Blue) = 129+19+7=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #811307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811307 is #7EECF8. Grayscale: #323232. Windows color (decimal): -8318201 or 463745. OLE color: 463745.

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

Color convert

RGB 129 19 7 -
CMYK 0 0.85 0.95 0.49
HSL 5.9º 0.9% 0.27% -
HSV(B) 5.9º 0.95% 0.51% -
XYZ 9.32 5.15 0.7 -
YUV 50.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 129 19 7 0 0.85 0.95 0.49 5.9 0.9 0.27
Hex 81 13 7 0 55 5F 31 6 5A 1B
Octal 201 23 7 0 125 137 61 6 132 33
Binary 10000001 10011 111 0 1010101 1011111 110001 110 1011010 11011

Color Harmonies of #811307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811307

Black with #811307

Text Example


Text Example

White with #811307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811307; }

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

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

background-color css

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

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

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

border-color css

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

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

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