Html Css Color HEX #81201A Falu Red

📋 copy color: '#81201A'

red 129 ◦ green 32 ◦ blue 26

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

Shades of Falu Red #81201A

Tints of Falu Red #81201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

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

R = 68.98%
G = 17.11%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81201A (or 0x81201A) is known color: Falu Red. HEX triplet: 81, 20 and 1A. RGB value is (129,32,26). Sum of RGB (Red+Green+Blue) = 129+32+26=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #81201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81201A is #7EDFE5. Grayscale: #3C3C3C. Windows color (decimal): -8314854 or 1712257. OLE color: 1712257.

HSL color Cylindrical-coordinate representation of color #81201A: hue angle of 3.5º 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 #81201A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 26 -
CMYK 0 0.75 0.80 0.49
HSL 3.5º 0.66% 0.3% -
HSV(B) 3.5º 0.8% 0.51% -
XYZ 9.76 5.77 1.58 -
YUV 60.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 129 32 26 0 0.75 0.80 0.49 3.5 0.66 0.3
Hex 81 20 1A 0 4B 50 31 3 42 1E
Octal 201 40 32 0 113 120 61 3 102 36
Binary 10000001 100000 11010 0 1001011 1010000 110001 11 1000010 11110

Color Harmonies of #81201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81201A

Black with #81201A

Text Example


Text Example

White with #81201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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