Html Css Color HEX #81211A Falu Red

📋 copy color: '#81211A'

red 129 ◦ green 33 ◦ blue 26

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

Shades of Falu Red #81211A

Tints of Falu Red #81211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.55%

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 68.62%
G = 17.55%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81211A (or 0x81211A) is known color: Falu Red. HEX triplet: 81, 21 and 1A. RGB value is (129,33,26). Sum of RGB (Red+Green+Blue) = 129+33+26=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #81211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81211A is #7EDEE5. Grayscale: #3D3D3D. Windows color (decimal): -8314598 or 1712513. OLE color: 1712513.

HSL color Cylindrical-coordinate representation of color #81211A: hue angle of 4.08º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81211A is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 33 26 -
CMYK 0 0.74 0.80 0.49
HSL 4.08º 0.66% 0.3% -
HSV(B) 4.08º 0.8% 0.51% -
XYZ 9.78 5.83 1.59 -
YUV 60.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 129 33 26 0 0.74 0.80 0.49 4.08 0.66 0.3
Hex 81 21 1A 0 4A 50 31 4 42 1E
Octal 201 41 32 0 112 120 61 4 102 36
Binary 10000001 100001 11010 0 1001010 1010000 110001 100 1000010 11110

Color Harmonies of #81211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81211A

Black with #81211A

Text Example


Text Example

White with #81211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81211A; }

 p { color: rgb(129,33,26); }

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

background-color css

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

 a { background-color: rgb(129,33,26); }

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

border-color css

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

 span { border-color: rgb(129,33,26); }

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