Html Css Color HEX #8D231D Mandarian Orange

📋 copy color: '#8D231D'

red 141 ◦ green 35 ◦ blue 29

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

Shades of Mandarian Orange #8D231D

Tints of Mandarian Orange #8D231D

RGB

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

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

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

R = 68.78%
G = 17.07%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D231D (or 0x8D231D) is known color: Mandarian Orange. HEX triplet: 8D, 23 and 1D. RGB value is (141,35,29). Sum of RGB (Red+Green+Blue) = 141+35+29=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D231D is #72DCE2. Grayscale: #424242. Windows color (decimal): -7527651 or 1909645. OLE color: 1909645.

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

Color convert

RGB 141 35 29 -
CMYK 0 0.75 0.79 0.45
HSL 3.21º 0.66% 0.33% -
HSV(B) 3.21º 0.79% 0.55% -
XYZ 11.81 6.95 1.88 -
YUV 66.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 141 35 29 0 0.75 0.79 0.45 3.21 0.66 0.33
Hex 8D 23 1D 0 4B 4F 2D 3 42 21
Octal 215 43 35 0 113 117 55 3 102 41
Binary 10001101 100011 11101 0 1001011 1001111 101101 11 1000010 100001

Color Harmonies of #8D231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D231D

Black with #8D231D

Text Example


Text Example

White with #8D231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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