Html Css Color HEX #8F2D28 Mandarian Orange

📋 copy color: '#8F2D28'

red 143 ◦ green 45 ◦ blue 40

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

Shades of Mandarian Orange #8F2D28

Tints of Mandarian Orange #8F2D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.74%

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

R = 62.72%
G = 19.74%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8F2D28 (or 0x8F2D28) is known color: Mandarian Orange. HEX triplet: 8F, 2D and 28. RGB value is (143,45,40). Sum of RGB (Red+Green+Blue) = 143+45+40=228 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.72% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2D28 is #70D2D7. Grayscale: #494949. Windows color (decimal): -7394008 or 2633103. OLE color: 2633103.

HSL color Cylindrical-coordinate representation of color #8F2D28: hue angle of 2.91º 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 #8F2D28 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 45 40 -
CMYK 0 0.69 0.72 0.44
HSL 2.91º 0.56% 0.36% -
HSV(B) 2.91º 0.72% 0.56% -
XYZ 12.65 7.87 2.86 -
YUV 73.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 143 45 40 0 0.69 0.72 0.44 2.91 0.56 0.36
Hex 8F 2D 28 0 45 48 2C 3 38 24
Octal 217 55 50 0 105 110 54 3 70 44
Binary 10001111 101101 101000 0 1000101 1001000 101100 11 111000 100100

Color Harmonies of #8F2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2D28

Black with #8F2D28

Text Example


Text Example

White with #8F2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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