Html Css Color HEX #811E02 Falu Red

📋 copy color: '#811E02'

red 129 ◦ green 30 ◦ blue 2

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

Shades of Falu Red #811E02

Tints of Falu Red #811E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.63%

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 80.12%
G = 18.63%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#811E02 (or 0x811E02) is known color: Falu Red. HEX triplet: 81, 1E and 02. RGB value is (129,30,2). Sum of RGB (Red+Green+Blue) = 129+30+2=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #811E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E02 is #7EE1FD. Grayscale: #383838. Windows color (decimal): -8315390 or 138881. OLE color: 138881.

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

Color convert

RGB 129 30 2 -
CMYK 0 0.77 0.98 0.49
HSL 13.23º 0.97% 0.26% -
HSV(B) 13.23º 0.98% 0.51% -
XYZ 9.53 5.6 0.64 -
YUV 56.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 129 30 2 0 0.77 0.98 0.49 13.23 0.97 0.26
Hex 81 1E 2 0 4D 62 31 D 61 1A
Octal 201 36 2 0 115 142 61 15 141 32
Binary 10000001 11110 10 0 1001101 1100010 110001 1101 1100001 11010

Color Harmonies of #811E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811E02

Black with #811E02

Text Example


Text Example

White with #811E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,30,2); }

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

background-color css

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

 a { background-color: rgb(129,30,2); }

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

border-color css

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

 span { border-color: rgb(129,30,2); }

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