Html Css Color HEX #81200D Falu Red

📋 copy color: '#81200D'

red 129 ◦ green 32 ◦ blue 13

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

Shades of Falu Red #81200D

Tints of Falu Red #81200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.47%

R = 74.14%
G = 18.39%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#81200D (or 0x81200D) is known color: Falu Red. HEX triplet: 81, 20 and 0D. RGB value is (129,32,13). Sum of RGB (Red+Green+Blue) = 129+32+13=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #81200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81200D is #7EDFF2. Grayscale: #3B3B3B. Windows color (decimal): -8314867 or 860289. OLE color: 860289.

HSL color Cylindrical-coordinate representation of color #81200D: hue angle of 9.83º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81200D is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 13 -
CMYK 0 0.75 0.90 0.49
HSL 9.83º 0.82% 0.28% -
HSV(B) 9.83º 0.9% 0.51% -
XYZ 9.64 5.73 0.98 -
YUV 58.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 129 32 13 0 0.75 0.90 0.49 9.83 0.82 0.28
Hex 81 20 D 0 4B 5A 31 A 52 1C
Octal 201 40 15 0 113 132 61 12 122 34
Binary 10000001 100000 1101 0 1001011 1011010 110001 1010 1010010 11100

Color Harmonies of #81200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81200D

Black with #81200D

Text Example


Text Example

White with #81200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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