Html Css Color HEX #811B03 Falu Red

📋 copy color: '#811B03'

red 129 ◦ green 27 ◦ blue 3

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

Shades of Falu Red #811B03

Tints of Falu Red #811B03

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.98%

 BLUE value IS 3 (1.56% from 255) = 1.89%

R = 81.13%
G = 16.98%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#811B03 (or 0x811B03) is known color: Falu Red. HEX triplet: 81, 1B and 03. RGB value is (129,27,3). Sum of RGB (Red+Green+Blue) = 129+27+3=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #811B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B03 is #7EE4FC. Grayscale: #363636. Windows color (decimal): -8316157 or 203649. OLE color: 203649.

HSL color Cylindrical-coordinate representation of color #811B03: hue angle of 11.43º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #811B03 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 27 3 -
CMYK 0 0.79 0.98 0.49
HSL 11.43º 0.95% 0.26% -
HSV(B) 11.43º 0.98% 0.51% -
XYZ 9.46 5.46 0.64 -
YUV 54.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 129 27 3 0 0.79 0.98 0.49 11.43 0.95 0.26
Hex 81 1B 3 0 4F 62 31 B 5F 1A
Octal 201 33 3 0 117 142 61 13 137 32
Binary 10000001 11011 11 0 1001111 1100010 110001 1011 1011111 11010

Color Harmonies of #811B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811B03

Black with #811B03

Text Example


Text Example

White with #811B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,27,3); }

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

background-color css

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

 a { background-color: rgb(129,27,3); }

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

border-color css

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

 span { border-color: rgb(129,27,3); }

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