Html Css Color HEX #8B2A27 Mandarian Orange

📋 copy color: '#8B2A27'

red 139 ◦ green 42 ◦ blue 39

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

Shades of Mandarian Orange #8B2A27

Tints of Mandarian Orange #8B2A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

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

R = 63.18%
G = 19.09%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8B2A27 (or 0x8B2A27) is known color: Mandarian Orange. HEX triplet: 8B, 2A and 27. RGB value is (139,42,39). Sum of RGB (Red+Green+Blue) = 139+42+39=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A27 is #74D5D8. Grayscale: #464646. Windows color (decimal): -7656921 or 2566795. OLE color: 2566795.

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

Color convert

RGB 139 42 39 -
CMYK 0 0.70 0.72 0.45
HSL 1.8º 0.56% 0.35% -
HSV(B) 1.8º 0.72% 0.55% -
XYZ 11.84 7.29 2.7 -
YUV 70.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 139 42 39 0 0.70 0.72 0.45 1.8 0.56 0.35
Hex 8B 2A 27 0 46 48 2D 2 38 23
Octal 213 52 47 0 106 110 55 2 70 43
Binary 10001011 101010 100111 0 1000110 1001000 101101 10 111000 100011

Color Harmonies of #8B2A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2A27

Black with #8B2A27

Text Example


Text Example

White with #8B2A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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