Html Css Color HEX #8A211D Mandarian Orange

📋 copy color: '#8A211D'

red 138 ◦ green 33 ◦ blue 29

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

Shades of Mandarian Orange #8A211D

Tints of Mandarian Orange #8A211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 69%
G = 16.5%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#8A211D (or 0x8A211D) is known color: Mandarian Orange. HEX triplet: 8A, 21 and 1D. RGB value is (138,33,29). Sum of RGB (Red+Green+Blue) = 138+33+29=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A211D is #75DEE2. Grayscale: #404040. Windows color (decimal): -7724771 or 1909130. OLE color: 1909130.

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

Color convert

RGB 138 33 29 -
CMYK 0 0.76 0.79 0.46
HSL 2.2º 0.65% 0.33% -
HSV(B) 2.2º 0.79% 0.54% -
XYZ 11.25 6.58 1.84 -
YUV 63.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 138 33 29 0 0.76 0.79 0.46 2.2 0.65 0.33
Hex 8A 21 1D 0 4C 4F 2E 2 41 21
Octal 212 41 35 0 114 117 56 2 101 41
Binary 10001010 100001 11101 0 1001100 1001111 101110 10 1000001 100001

Color Harmonies of #8A211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A211D

Black with #8A211D

Text Example


Text Example

White with #8A211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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