Html Css Color HEX #81260D Falu Red

📋 copy color: '#81260D'

red 129 ◦ green 38 ◦ blue 13

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

Shades of Falu Red #81260D

Tints of Falu Red #81260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.11%

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

R = 71.67%
G = 21.11%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#81260D (or 0x81260D) is known color: Falu Red. HEX triplet: 81, 26 and 0D. RGB value is (129,38,13). Sum of RGB (Red+Green+Blue) = 129+38+13=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #81260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81260D is #7ED9F2. Grayscale: #3E3E3E. Windows color (decimal): -8313331 or 861825. OLE color: 861825.

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

Color convert

RGB 129 38 13 -
CMYK 0 0.71 0.90 0.49
HSL 12.93º 0.82% 0.28% -
HSV(B) 12.93º 0.9% 0.51% -
XYZ 9.82 6.08 1.04 -
YUV 62.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 129 38 13 0 0.71 0.90 0.49 12.93 0.82 0.28
Hex 81 26 D 0 47 5A 31 D 52 1C
Octal 201 46 15 0 107 132 61 15 122 34
Binary 10000001 100110 1101 0 1000111 1011010 110001 1101 1010010 11100

Color Harmonies of #81260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81260D

Black with #81260D

Text Example


Text Example

White with #81260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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