Html Css Color HEX #8B2C27 Mandarian Orange

📋 copy color: '#8B2C27'

red 139 ◦ green 44 ◦ blue 39

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

Shades of Mandarian Orange #8B2C27

Tints of Mandarian Orange #8B2C27

RGB

 RED value IS 139 (54.69% from 255) = 62.61%

 GREEN value IS 44 (17.58% from 255) = 19.82%

 BLUE value IS 39 (15.63% from 255) = 17.57%

R = 62.61%
G = 19.82%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8B2C27 (or 0x8B2C27) is known color: Mandarian Orange. HEX triplet: 8B, 2C and 27. RGB value is (139,44,39). Sum of RGB (Red+Green+Blue) = 139+44+39=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2C27 is #74D3D8. Grayscale: #474747. Windows color (decimal): -7656409 or 2567307. OLE color: 2567307.

HSL color Cylindrical-coordinate representation of color #8B2C27: hue angle of 3º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B2C27 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 44 39 -
CMYK 0 0.68 0.72 0.45
HSL 0.56% 0.35% -
HSV(B) 0.72% 0.55% -
XYZ 11.91 7.44 2.73 -
YUV 71.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 139 44 39 0 0.68 0.72 0.45 3 0.56 0.35
Hex 8B 2C 27 0 44 48 2D 3 38 23
Octal 213 54 47 0 104 110 55 3 70 43
Binary 10001011 101100 100111 0 1000100 1001000 101101 11 111000 100011

Color Harmonies of #8B2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2C27

Black with #8B2C27

Text Example


Text Example

White with #8B2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,44,39); }

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

background-color css

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

 a { background-color: rgb(139,44,39); }

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

border-color css

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

 span { border-color: rgb(139,44,39); }

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