Html Css Color HEX #81221D Falu Red

📋 copy color: '#81221D'

red 129 ◦ green 34 ◦ blue 29

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

Shades of Falu Red #81221D

Tints of Falu Red #81221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

 BLUE value IS 29 (11.72% from 255) = 15.1%

R = 67.19%
G = 17.71%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81221D (or 0x81221D) is known color: Falu Red. HEX triplet: 81, 22 and 1D. RGB value is (129,34,29). Sum of RGB (Red+Green+Blue) = 129+34+29=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81221D is #7EDDE2. Grayscale: #3D3D3D. Windows color (decimal): -8314339 or 1909377. OLE color: 1909377.

HSL color Cylindrical-coordinate representation of color #81221D: hue angle of 3º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81221D is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 34 29 -
CMYK 0 0.74 0.78 0.49
HSL 0.63% 0.31% -
HSV(B) 0.78% 0.51% -
XYZ 9.85 5.9 1.78 -
YUV 61.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 129 34 29 0 0.74 0.78 0.49 3 0.63 0.31
Hex 81 22 1D 0 4A 4E 31 3 3F 1F
Octal 201 42 35 0 112 116 61 3 77 37
Binary 10000001 100010 11101 0 1001010 1001110 110001 11 111111 11111

Color Harmonies of #81221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81221D

Black with #81221D

Text Example


Text Example

White with #81221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81221D; }

 p { color: rgb(129,34,29); }

 H1.HeaderClassName
 {
   color: #81221D;
 }
 .AnyTagClassName
 {
   color: #81221D;
 }
</style>

background-color css

<style>
 a { background-color: #81221D; }

 a { background-color: rgb(129,34,29); }

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

border-color css

<style>
 span { border-color: #81221D; }

 span { border-color: rgb(129,34,29); }

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