Html Css Color HEX #8A211A Mandarian Orange

📋 copy color: '#8A211A'

red 138 ◦ green 33 ◦ blue 26

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

Shades of Mandarian Orange #8A211A

Tints of Mandarian Orange #8A211A

RGB

 RED value IS 138 (54.3% from 255) = 70.05%

 GREEN value IS 33 (13.28% from 255) = 16.75%

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 70.05%
G = 16.75%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A211A (or 0x8A211A) is known color: Mandarian Orange. HEX triplet: 8A, 21 and 1A. RGB value is (138,33,26). Sum of RGB (Red+Green+Blue) = 138+33+26=197 (26% of max value = 765). Red value is 138 (54.30% from 255 or 70.05% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 138 - color contains mainly: red. Hex color #8A211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A211A is #75DEE5. Grayscale: #3F3F3F. Windows color (decimal): -7724774 or 1712522. OLE color: 1712522.

HSL color Cylindrical-coordinate representation of color #8A211A: hue angle of 3.75º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A211A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 33 26 -
CMYK 0 0.76 0.81 0.46
HSL 3.75º 0.68% 0.32% -
HSV(B) 3.75º 0.81% 0.54% -
XYZ 11.21 6.57 1.65 -
YUV 63.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 138 33 26 0 0.76 0.81 0.46 3.75 0.68 0.32
Hex 8A 21 1A 0 4C 51 2E 4 44 20
Octal 212 41 32 0 114 121 56 4 104 40
Binary 10001010 100001 11010 0 1001100 1010001 101110 100 1000100 100000

Color Harmonies of #8A211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A211A

Black with #8A211A

Text Example


Text Example

White with #8A211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,33,26); }

 H1.HeaderClassName
 {
   color: #8A211A;
 }
 .AnyTagClassName
 {
   color: #8A211A;
 }
</style>

background-color css

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

 a { background-color: rgb(138,33,26); }

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

border-color css

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

 span { border-color: rgb(138,33,26); }

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