Html Css Color HEX #81201C Falu Red

📋 copy color: '#81201C'

red 129 ◦ green 32 ◦ blue 28

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

Shades of Falu Red #81201C

Tints of Falu Red #81201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.81%

R = 68.25%
G = 16.93%
B = 14.81%

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

#81201C (or 0x81201C) is known color: Falu Red. HEX triplet: 81, 20 and 1C. RGB value is (129,32,28). Sum of RGB (Red+Green+Blue) = 129+32+28=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #81201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81201C is #7EDFE3. Grayscale: #3C3C3C. Windows color (decimal): -8314852 or 1843329. OLE color: 1843329.

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

Color convert

RGB 129 32 28 -
CMYK 0 0.75 0.78 0.49
HSL 2.38º 0.64% 0.31% -
HSV(B) 2.38º 0.78% 0.51% -
XYZ 9.78 5.78 1.7 -
YUV 60.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 129 32 28 0 0.75 0.78 0.49 2.38 0.64 0.31
Hex 81 20 1C 0 4B 4E 31 2 40 1F
Octal 201 40 34 0 113 116 61 2 100 37
Binary 10000001 100000 11100 0 1001011 1001110 110001 10 1000000 11111

Color Harmonies of #81201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81201C

Black with #81201C

Text Example


Text Example

White with #81201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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