Html Css Color HEX #81260E Falu Red

📋 copy color: '#81260E'

red 129 ◦ green 38 ◦ blue 14

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

Shades of Falu Red #81260E

Tints of Falu Red #81260E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 71.27%
G = 20.99%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#81260E (or 0x81260E) is known color: Falu Red. HEX triplet: 81, 26 and 0E. RGB value is (129,38,14). Sum of RGB (Red+Green+Blue) = 129+38+14=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #81260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81260E is #7ED9F1. Grayscale: #3E3E3E. Windows color (decimal): -8313330 or 927361. OLE color: 927361.

HSL color Cylindrical-coordinate representation of color #81260E: hue angle of 12.52º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81260E is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 38 14 -
CMYK 0 0.71 0.89 0.49
HSL 12.52º 0.8% 0.28% -
HSV(B) 12.52º 0.89% 0.51% -
XYZ 9.83 6.09 1.07 -
YUV 62.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 129 38 14 0 0.71 0.89 0.49 12.52 0.8 0.28
Hex 81 26 E 0 47 59 31 D 50 1C
Octal 201 46 16 0 107 131 61 15 120 34
Binary 10000001 100110 1110 0 1000111 1011001 110001 1101 1010000 11100

Color Harmonies of #81260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81260E

Black with #81260E

Text Example


Text Example

White with #81260E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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