Html Css Color HEX #81201F Falu Red

📋 copy color: '#81201F'

red 129 ◦ green 32 ◦ blue 31

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

Shades of Falu Red #81201F

Tints of Falu Red #81201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 67.19%
G = 16.67%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#81201F (or 0x81201F) is known color: Falu Red. HEX triplet: 81, 20 and 1F. RGB value is (129,32,31). Sum of RGB (Red+Green+Blue) = 129+32+31=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81201F is #7EDFE0. Grayscale: #3C3C3C. Windows color (decimal): -8314849 or 2039937. OLE color: 2039937.

HSL color Cylindrical-coordinate representation of color #81201F: hue angle of 0.61º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81201F is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 31 -
CMYK 0 0.75 0.76 0.49
HSL 0.61º 0.61% 0.31% -
HSV(B) 0.61º 0.76% 0.51% -
XYZ 9.82 5.8 1.9 -
YUV 60.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 129 32 31 0 0.75 0.76 0.49 0.61 0.61 0.31
Hex 81 20 1F 0 4B 4C 31 1 3D 1F
Octal 201 40 37 0 113 114 61 1 75 37
Binary 10000001 100000 11111 0 1001011 1001100 110001 1 111101 11111

Color Harmonies of #81201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81201F

Black with #81201F

Text Example


Text Example

White with #81201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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