Html Css Color HEX #8F2920 Mandarian Orange

📋 copy color: '#8F2920'

red 143 ◦ green 41 ◦ blue 32

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

Shades of Mandarian Orange #8F2920

Tints of Mandarian Orange #8F2920

RGB

 RED value IS 143 (56.25% from 255) = 66.2%

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

 BLUE value IS 32 (12.89% from 255) = 14.81%

R = 66.2%
G = 18.98%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F2920 (or 0x8F2920) is known color: Mandarian Orange. HEX triplet: 8F, 29 and 20. RGB value is (143,41,32). Sum of RGB (Red+Green+Blue) = 143+41+32=216 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.20% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2920 is #70D6DF. Grayscale: #464646. Windows color (decimal): -7395040 or 2107791. OLE color: 2107791.

HSL color Cylindrical-coordinate representation of color #8F2920: hue angle of 4.86º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2920 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 41 32 -
CMYK 0 0.71 0.78 0.44
HSL 4.86º 0.63% 0.34% -
HSV(B) 4.86º 0.78% 0.56% -
XYZ 12.38 7.53 2.17 -
YUV 70.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 143 41 32 0 0.71 0.78 0.44 4.86 0.63 0.34
Hex 8F 29 20 0 47 4E 2C 5 3F 22
Octal 217 51 40 0 107 116 54 5 77 42
Binary 10001111 101001 100000 0 1000111 1001110 101100 101 111111 100010

Color Harmonies of #8F2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2920

Black with #8F2920

Text Example


Text Example

White with #8F2920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,41,32); }

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

background-color css

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

 a { background-color: rgb(143,41,32); }

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

border-color css

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

 span { border-color: rgb(143,41,32); }

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