Html Css Color HEX #81201E Falu Red

📋 copy color: '#81201E'

red 129 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #81201E

Tints of Falu Red #81201E

RGB

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

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

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

R = 67.54%
G = 16.75%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81201E (or 0x81201E) is known color: Falu Red. HEX triplet: 81, 20 and 1E. RGB value is (129,32,30). Sum of RGB (Red+Green+Blue) = 129+32+30=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #81201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81201E is #7EDFE1. Grayscale: #3C3C3C. Windows color (decimal): -8314850 or 1974401. OLE color: 1974401.

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

Color convert

RGB 129 32 30 -
CMYK 0 0.75 0.77 0.49
HSL 1.21º 0.62% 0.31% -
HSV(B) 1.21º 0.77% 0.51% -
XYZ 9.8 5.79 1.83 -
YUV 60.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 129 32 30 0 0.75 0.77 0.49 1.21 0.62 0.31
Hex 81 20 1E 0 4B 4D 31 1 3E 1F
Octal 201 40 36 0 113 115 61 1 76 37
Binary 10000001 100000 11110 0 1001011 1001101 110001 1 111110 11111

Color Harmonies of #81201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81201E

Black with #81201E

Text Example


Text Example

White with #81201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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