Html Css Color HEX #8D2921 Mandarian Orange

📋 copy color: '#8D2921'

red 141 ◦ green 41 ◦ blue 33

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

Shades of Mandarian Orange #8D2921

Tints of Mandarian Orange #8D2921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 65.58%
G = 19.07%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8D2921 (or 0x8D2921) is known color: Mandarian Orange. HEX triplet: 8D, 29 and 21. RGB value is (141,41,33). Sum of RGB (Red+Green+Blue) = 141+41+33=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2921 is #72D6DE. Grayscale: #464646. Windows color (decimal): -7526111 or 2173325. OLE color: 2173325.

HSL color Cylindrical-coordinate representation of color #8D2921: hue angle of 4.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2921 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 41 33 -
CMYK 0 0.71 0.77 0.45
HSL 4.44º 0.62% 0.34% -
HSV(B) 4.44º 0.77% 0.55% -
XYZ 12.05 7.36 2.22 -
YUV 69.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 141 41 33 0 0.71 0.77 0.45 4.44 0.62 0.34
Hex 8D 29 21 0 47 4D 2D 4 3E 22
Octal 215 51 41 0 107 115 55 4 76 42
Binary 10001101 101001 100001 0 1000111 1001101 101101 100 111110 100010

Color Harmonies of #8D2921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2921

Black with #8D2921

Text Example


Text Example

White with #8D2921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,41,33); }

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

background-color css

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

 a { background-color: rgb(141,41,33); }

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

border-color css

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

 span { border-color: rgb(141,41,33); }

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