#8A241F

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

Shades of Mandarian Orange #8A241F

Tints of Mandarian Orange #8A241F

Color information

#8A241F (or 0x8A241F) is unknown color: approx Mandarian Orange. HEX triplet: 8A, 24 and 1F. RGB value is (138,36,31). Sum of RGB (Red+Green+Blue) = 138+36+31=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A241F is #75DBE0. Grayscale: #424242. Windows color (decimal): -7724001 or 2040970. OLE color: 2040970.

HSL color Cylindrical-coordinate representation of color #8A241F: hue angle of 2.8º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A241F is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1383631-
CMYK00.740.780.46
HSL2.8º63.31%33.14%-
HSV(B)2.8º77.54%54.12%-
XYZ11.366.762-
YUV65.93108.29179.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.32%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=67.32%
G=17.56%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138363100.740.780.462.863.3133.14
Hex8A241F04A4E2E33f21
Octal212443701121165637741
Binary100010101001001111101001010100111010111011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A241F; }

 p { color: rgb(138,36,31); }

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

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

 a { background-color: rgb(138,36,31); }

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

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

 span { border-color: rgb(138,36,31); }

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