Html Css Color HEX #811C03 Falu Red

📋 copy color: '#811C03'

red 129 ◦ green 28 ◦ blue 3

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

Shades of Falu Red #811C03

Tints of Falu Red #811C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

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

R = 80.63%
G = 17.5%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#811C03 (or 0x811C03) is known color: Falu Red. HEX triplet: 81, 1C and 03. RGB value is (129,28,3). Sum of RGB (Red+Green+Blue) = 129+28+3=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #811C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C03 is #7EE3FC. Grayscale: #373737. Windows color (decimal): -8315901 or 203905. OLE color: 203905.

HSL color Cylindrical-coordinate representation of color #811C03: hue angle of 11.9º 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 #811C03 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 28 3 -
CMYK 0 0.78 0.98 0.49
HSL 11.9º 0.95% 0.26% -
HSV(B) 11.9º 0.98% 0.51% -
XYZ 9.48 5.5 0.65 -
YUV 55.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 129 28 3 0 0.78 0.98 0.49 11.9 0.95 0.26
Hex 81 1C 3 0 4E 62 31 C 5F 1A
Octal 201 34 3 0 116 142 61 14 137 32
Binary 10000001 11100 11 0 1001110 1100010 110001 1100 1011111 11010

Color Harmonies of #811C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C03

Black with #811C03

Text Example


Text Example

White with #811C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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