Html Css Color HEX #81221E Falu Red

📋 copy color: '#81221E'

red 129 ◦ green 34 ◦ blue 30

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

Shades of Falu Red #81221E

Tints of Falu Red #81221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 66.84%
G = 17.62%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81221E (or 0x81221E) is known color: Falu Red. HEX triplet: 81, 22 and 1E. RGB value is (129,34,30). Sum of RGB (Red+Green+Blue) = 129+34+30=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #81221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81221E is #7EDDE1. Grayscale: #3E3E3E. Windows color (decimal): -8314338 or 1974913. OLE color: 1974913.

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

Color convert

RGB 129 34 30 -
CMYK 0 0.74 0.77 0.49
HSL 2.42º 0.62% 0.31% -
HSV(B) 2.42º 0.77% 0.51% -
XYZ 9.86 5.9 1.85 -
YUV 61.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 129 34 30 0 0.74 0.77 0.49 2.42 0.62 0.31
Hex 81 22 1E 0 4A 4D 31 2 3E 1F
Octal 201 42 36 0 112 115 61 2 76 37
Binary 10000001 100010 11110 0 1001010 1001101 110001 10 111110 11111

Color Harmonies of #81221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81221E

Black with #81221E

Text Example


Text Example

White with #81221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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