Html Css Color HEX #81200C Falu Red

📋 copy color: '#81200C'

red 129 ◦ green 32 ◦ blue 12

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

Shades of Falu Red #81200C

Tints of Falu Red #81200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.94%

R = 74.57%
G = 18.5%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81200C (or 0x81200C) is known color: Falu Red. HEX triplet: 81, 20 and 0C. RGB value is (129,32,12). Sum of RGB (Red+Green+Blue) = 129+32+12=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #81200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81200C is #7EDFF3. Grayscale: #3A3A3A. Windows color (decimal): -8314868 or 794753. OLE color: 794753.

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

Color convert

RGB 129 32 12 -
CMYK 0 0.75 0.91 0.49
HSL 10.26º 0.83% 0.28% -
HSV(B) 10.26º 0.91% 0.51% -
XYZ 9.64 5.73 0.95 -
YUV 58.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 129 32 12 0 0.75 0.91 0.49 10.26 0.83 0.28
Hex 81 20 C 0 4B 5B 31 A 53 1C
Octal 201 40 14 0 113 133 61 12 123 34
Binary 10000001 100000 1100 0 1001011 1011011 110001 1010 1010011 11100

Color Harmonies of #81200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81200C

Black with #81200C

Text Example


Text Example

White with #81200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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