Html Css Color HEX #8D231B Mandarian Orange

📋 copy color: '#8D231B'

red 141 ◦ green 35 ◦ blue 27

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

Shades of Mandarian Orange #8D231B

Tints of Mandarian Orange #8D231B

RGB

 RED value IS 141 (55.47% from 255) = 69.46%

 GREEN value IS 35 (14.06% from 255) = 17.24%

 BLUE value IS 27 (10.94% from 255) = 13.3%

R = 69.46%
G = 17.24%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D231B (or 0x8D231B) is known color: Mandarian Orange. HEX triplet: 8D, 23 and 1B. RGB value is (141,35,27). Sum of RGB (Red+Green+Blue) = 141+35+27=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D231B is #72DCE4. Grayscale: #414141. Windows color (decimal): -7527653 or 1778573. OLE color: 1778573.

HSL color Cylindrical-coordinate representation of color #8D231B: hue angle of 4.21º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D231B is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 35 27 -
CMYK 0 0.75 0.81 0.45
HSL 4.21º 0.68% 0.33% -
HSV(B) 4.21º 0.81% 0.55% -
XYZ 11.78 6.94 1.76 -
YUV 65.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 141 35 27 0 0.75 0.81 0.45 4.21 0.68 0.33
Hex 8D 23 1B 0 4B 51 2D 4 44 21
Octal 215 43 33 0 113 121 55 4 104 41
Binary 10001101 100011 11011 0 1001011 1010001 101101 100 1000100 100001

Color Harmonies of #8D231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D231B

Black with #8D231B

Text Example


Text Example

White with #8D231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,35,27); }

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

background-color css

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

 a { background-color: rgb(141,35,27); }

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

border-color css

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

 span { border-color: rgb(141,35,27); }

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