#81261E

Color #81261E Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #81261E

Tints of Mandarian Orange #81261E

Color information

#81261E (or 0x81261E) is unknown color: approx Mandarian Orange. HEX triplet: 81, 26 and 1E. RGB value is (129,38,30). Sum of RGB (Red+Green+Blue) = 129+38+30=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #81261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81261E is #7ED9E1. Grayscale: #404040. Windows color (decimal): -8313314 or 1975937. OLE color: 1975937.

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

Color convert

RGB1293830-
CMYK00.710.770.49
HSL4.85º62.26%31.18%-
HSV(B)4.85º76.74%50.59%-
XYZ9.986.151.89-
YUV64.3108.65174.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=65.48%
G=19.29%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129383000.710.770.494.8562.2631.18
Hex81261E0474D3153e1f
Octal201463601071156157637
Binary100000011001101111001000111100110111000110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81261E;
 }
 .AnyTagClassName
 {
   color: #81261E;
 }
</style>
background-color css

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

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

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

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

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

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