Html Css Color HEX #81200A Falu Red

📋 copy color: '#81200A'

red 129 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #81200A

Tints of Falu Red #81200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.85%

R = 75.44%
G = 18.71%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#81200A (or 0x81200A) is known color: Falu Red. HEX triplet: 81, 20 and 0A. RGB value is (129,32,10). Sum of RGB (Red+Green+Blue) = 129+32+10=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #81200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81200A is #7EDFF5. Grayscale: #3A3A3A. Windows color (decimal): -8314870 or 663681. OLE color: 663681.

HSL color Cylindrical-coordinate representation of color #81200A: hue angle of 11.09º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81200A is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 10 -
CMYK 0 0.75 0.92 0.49
HSL 11.09º 0.86% 0.27% -
HSV(B) 11.09º 0.92% 0.51% -
XYZ 9.62 5.72 0.88 -
YUV 58.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 129 32 10 0 0.75 0.92 0.49 11.09 0.86 0.27
Hex 81 20 A 0 4B 5C 31 B 56 1B
Octal 201 40 12 0 113 134 61 13 126 33
Binary 10000001 100000 1010 0 1001011 1011100 110001 1011 1010110 11011

Color Harmonies of #81200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81200A

Black with #81200A

Text Example


Text Example

White with #81200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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