Html Css Color HEX #8F2B28 Mandarian Orange

📋 copy color: '#8F2B28'

red 143 ◦ green 43 ◦ blue 40

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

Shades of Mandarian Orange #8F2B28

Tints of Mandarian Orange #8F2B28

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

 BLUE value IS 40 (16.02% from 255) = 17.7%

R = 63.27%
G = 19.03%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8F2B28 (or 0x8F2B28) is known color: Mandarian Orange. HEX triplet: 8F, 2B and 28. RGB value is (143,43,40). Sum of RGB (Red+Green+Blue) = 143+43+40=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2B28 is #70D4D7. Grayscale: #484848. Windows color (decimal): -7394520 or 2632591. OLE color: 2632591.

HSL color Cylindrical-coordinate representation of color #8F2B28: hue angle of 1.75º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F2B28 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 43 40 -
CMYK 0 0.70 0.72 0.44
HSL 1.75º 0.56% 0.36% -
HSV(B) 1.75º 0.72% 0.56% -
XYZ 12.57 7.72 2.83 -
YUV 72.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 143 43 40 0 0.70 0.72 0.44 1.75 0.56 0.36
Hex 8F 2B 28 0 46 48 2C 2 38 24
Octal 217 53 50 0 106 110 54 2 70 44
Binary 10001111 101011 101000 0 1000110 1001000 101100 10 111000 100100

Color Harmonies of #8F2B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2B28

Black with #8F2B28

Text Example


Text Example

White with #8F2B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,43,40); }

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

background-color css

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

 a { background-color: rgb(143,43,40); }

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

border-color css

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

 span { border-color: rgb(143,43,40); }

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