Html Css Color HEX #8A201D Mandarian Orange

📋 copy color: '#8A201D'

red 138 ◦ green 32 ◦ blue 29

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

Shades of Mandarian Orange #8A201D

Tints of Mandarian Orange #8A201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

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

R = 69.35%
G = 16.08%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#8A201D (or 0x8A201D) is known color: Mandarian Orange. HEX triplet: 8A, 20 and 1D. RGB value is (138,32,29). Sum of RGB (Red+Green+Blue) = 138+32+29=199 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.35% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 138 - color contains mainly: red. Hex color #8A201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A201D is #75DFE2. Grayscale: #3F3F3F. Windows color (decimal): -7725027 or 1908874. OLE color: 1908874.

HSL color Cylindrical-coordinate representation of color #8A201D: hue angle of 1.65º 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 #8A201D is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 32 29 -
CMYK 0 0.77 0.79 0.46
HSL 1.65º 0.65% 0.33% -
HSV(B) 1.65º 0.79% 0.54% -
XYZ 11.22 6.53 1.83 -
YUV 63.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 138 32 29 0 0.77 0.79 0.46 1.65 0.65 0.33
Hex 8A 20 1D 0 4D 4F 2E 2 41 21
Octal 212 40 35 0 115 117 56 2 101 41
Binary 10001010 100000 11101 0 1001101 1001111 101110 10 1000001 100001

Color Harmonies of #8A201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A201D

Black with #8A201D

Text Example


Text Example

White with #8A201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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