Html Css Color HEX #81220B Falu Red

📋 copy color: '#81220B'

red 129 ◦ green 34 ◦ blue 11

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

Shades of Falu Red #81220B

Tints of Falu Red #81220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 74.14%
G = 19.54%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81220B (or 0x81220B) is known color: Falu Red. HEX triplet: 81, 22 and 0B. RGB value is (129,34,11). Sum of RGB (Red+Green+Blue) = 129+34+11=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #81220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81220B is #7EDDF4. Grayscale: #3B3B3B. Windows color (decimal): -8314357 or 729729. OLE color: 729729.

HSL color Cylindrical-coordinate representation of color #81220B: hue angle of 11.69º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81220B is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 34 11 -
CMYK 0 0.74 0.91 0.49
HSL 11.69º 0.84% 0.27% -
HSV(B) 11.69º 0.91% 0.51% -
XYZ 9.69 5.84 0.93 -
YUV 59.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 129 34 11 0 0.74 0.91 0.49 11.69 0.84 0.27
Hex 81 22 B 0 4A 5B 31 C 54 1B
Octal 201 42 13 0 112 133 61 14 124 33
Binary 10000001 100010 1011 0 1001010 1011011 110001 1100 1010100 11011

Color Harmonies of #81220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81220B

Black with #81220B

Text Example


Text Example

White with #81220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81220B; }

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

 H1.HeaderClassName
 {
   color: #81220B;
 }
 .AnyTagClassName
 {
   color: #81220B;
 }
</style>

background-color css

<style>
 a { background-color: #81220B; }

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

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

border-color css

<style>
 span { border-color: #81220B; }

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

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