#82241E

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

Shades of Mandarian Orange #82241E

Tints of Mandarian Orange #82241E

Color information

#82241E (or 0x82241E) is unknown color: approx Mandarian Orange. HEX triplet: 82, 24 and 1E. RGB value is (130,36,30). Sum of RGB (Red+Green+Blue) = 130+36+30=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82241E is #7DDBE1. Grayscale: #3F3F3F. Windows color (decimal): -8248290 or 1975426. OLE color: 1975426.

HSL color Cylindrical-coordinate representation of color #82241E: hue angle of 3.6º 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 #82241E is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1303630-
CMYK00.720.770.49
HSL3.6º62.5%31.37%-
HSV(B)3.6º76.92%50.98%-
XYZ10.076.11.88-
YUV63.42109.14175.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.33%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=66.33%
G=18.37%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130363000.720.770.493.662.531.37
Hex82241E0484D3143e1f
Octal202443601101156147637
Binary100000101001001111001001000100110111000110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,36,30); }

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

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

 a { background-color: rgb(130,36,30); }

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

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

 span { border-color: rgb(130,36,30); }

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