Html Css Color HEX #8B2827 Mandarian Orange

📋 copy color: '#8B2827'

red 139 ◦ green 40 ◦ blue 39

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

Shades of Mandarian Orange #8B2827

Tints of Mandarian Orange #8B2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 63.76%
G = 18.35%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8B2827 (or 0x8B2827) is known color: Mandarian Orange. HEX triplet: 8B, 28 and 27. RGB value is (139,40,39). Sum of RGB (Red+Green+Blue) = 139+40+39=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2827 is #74D7D8. Grayscale: #454545. Windows color (decimal): -7657433 or 2566283. OLE color: 2566283.

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

Color convert

RGB 139 40 39 -
CMYK 0 0.71 0.72 0.45
HSL 0.6º 0.56% 0.35% -
HSV(B) 0.6º 0.72% 0.55% -
XYZ 11.77 7.15 2.68 -
YUV 69.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 139 40 39 0 0.71 0.72 0.45 0.6 0.56 0.35
Hex 8B 28 27 0 47 48 2D 1 38 23
Octal 213 50 47 0 107 110 55 1 70 43
Binary 10001011 101000 100111 0 1000111 1001000 101101 1 111000 100011

Color Harmonies of #8B2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2827

Black with #8B2827

Text Example


Text Example

White with #8B2827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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