Html Css Color HEX #811F02 Falu Red

📋 copy color: '#811F02'

red 129 ◦ green 31 ◦ blue 2

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

Shades of Falu Red #811F02

Tints of Falu Red #811F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.14%

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

R = 79.63%
G = 19.14%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#811F02 (or 0x811F02) is known color: Falu Red. HEX triplet: 81, 1F and 02. RGB value is (129,31,2). Sum of RGB (Red+Green+Blue) = 129+31+2=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #811F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811F02 is #7EE0FD. Grayscale: #393939. Windows color (decimal): -8315134 or 139137. OLE color: 139137.

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

Color convert

RGB 129 31 2 -
CMYK 0 0.76 0.98 0.49
HSL 13.7º 0.97% 0.26% -
HSV(B) 13.7º 0.98% 0.51% -
XYZ 9.55 5.65 0.64 -
YUV 57 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 129 31 2 0 0.76 0.98 0.49 13.7 0.97 0.26
Hex 81 1F 2 0 4C 62 31 E 61 1A
Octal 201 37 2 0 114 142 61 16 141 32
Binary 10000001 11111 10 0 1001100 1100010 110001 1110 1100001 11010

Color Harmonies of #811F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811F02

Black with #811F02

Text Example


Text Example

White with #811F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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