Html Css Color HEX #81201D Falu Red

📋 copy color: '#81201D'

red 129 ◦ green 32 ◦ blue 29

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

Shades of Falu Red #81201D

Tints of Falu Red #81201D

RGB

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

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

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

R = 67.89%
G = 16.84%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81201D (or 0x81201D) is known color: Falu Red. HEX triplet: 81, 20 and 1D. RGB value is (129,32,29). Sum of RGB (Red+Green+Blue) = 129+32+29=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #81201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81201D is #7EDFE2. Grayscale: #3C3C3C. Windows color (decimal): -8314851 or 1908865. OLE color: 1908865.

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

Color convert

RGB 129 32 29 -
CMYK 0 0.75 0.78 0.49
HSL 1.8º 0.63% 0.31% -
HSV(B) 1.8º 0.78% 0.51% -
XYZ 9.79 5.79 1.76 -
YUV 60.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 129 32 29 0 0.75 0.78 0.49 1.8 0.63 0.31
Hex 81 20 1D 0 4B 4E 31 2 3F 1F
Octal 201 40 35 0 113 116 61 2 77 37
Binary 10000001 100000 11101 0 1001011 1001110 110001 10 111111 11111

Color Harmonies of #81201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81201D

Black with #81201D

Text Example


Text Example

White with #81201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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