Html Css Color HEX #8F221B Mandarian Orange

📋 copy color: '#8F221B'

red 143 ◦ green 34 ◦ blue 27

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

Shades of Mandarian Orange #8F221B

Tints of Mandarian Orange #8F221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 70.1%
G = 16.67%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8F221B (or 0x8F221B) is known color: Mandarian Orange. HEX triplet: 8F, 22 and 1B. RGB value is (143,34,27). Sum of RGB (Red+Green+Blue) = 143+34+27=204 (27% of max value = 765). Red value is 143 (56.25% from 255 or 70.10% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 143 - color contains mainly: red. Hex color #8F221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F221B is #70DDE4. Grayscale: #414141. Windows color (decimal): -7396837 or 1778319. OLE color: 1778319.

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

Color convert

RGB 143 34 27 -
CMYK 0 0.76 0.81 0.44
HSL 3.62º 0.68% 0.33% -
HSV(B) 3.62º 0.81% 0.56% -
XYZ 12.1 7.06 1.76 -
YUV 65.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 143 34 27 0 0.76 0.81 0.44 3.62 0.68 0.33
Hex 8F 22 1B 0 4C 51 2C 4 44 21
Octal 217 42 33 0 114 121 54 4 104 41
Binary 10001111 100010 11011 0 1001100 1010001 101100 100 1000100 100001

Color Harmonies of #8F221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F221B

Black with #8F221B

Text Example


Text Example

White with #8F221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,34,27); }

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

background-color css

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

 a { background-color: rgb(143,34,27); }

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

border-color css

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

 span { border-color: rgb(143,34,27); }

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