#842626

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

Shades of Mandarian Orange #842626

Tints of Mandarian Orange #842626

Color information

#842626 (or 0x842626) is unknown color: approx Mandarian Orange. HEX triplet: 84, 26 and 26. RGB value is (132,38,38). Sum of RGB (Red+Green+Blue) = 132+38+38=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #842626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842626 is #7BD9D9. Grayscale: #424242. Windows color (decimal): -8116698 or 2500228. OLE color: 2500228.

HSL color Cylindrical-coordinate representation of color #842626: hue angle of 0º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842626 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1323838-
CMYK00.710.710.48
HSL55.29%33.33%-
HSV(B)71.21%51.76%-
XYZ10.566.432.52-
YUV66.11112.14175-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.46%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 38 (15.23% from 255) = 18.27%
R=63.46%
G=18.27%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132383800.710.710.48055.2933.33
Hex842626047473003721
Octal204464601071076006741
Binary100001001001101001100100011110001111100000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842626; }

 p { color: rgb(132,38,38); }

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

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

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

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

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

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

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