Html Css Color HEX #8B2719 Mandarian Orange

📋 copy color: '#8B2719'

red 139 ◦ green 39 ◦ blue 25

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

Shades of Mandarian Orange #8B2719

Tints of Mandarian Orange #8B2719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

 BLUE value IS 25 (10.16% from 255) = 12.32%

R = 68.47%
G = 19.21%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8B2719 (or 0x8B2719) is known color: Mandarian Orange. HEX triplet: 8B, 27 and 19. RGB value is (139,39,25). Sum of RGB (Red+Green+Blue) = 139+39+25=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2719 is #74D8E6. Grayscale: #434343. Windows color (decimal): -7657703 or 1648523. OLE color: 1648523.

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

Color convert

RGB 139 39 25 -
CMYK 0 0.72 0.82 0.45
HSL 7.37º 0.7% 0.32% -
HSV(B) 7.37º 0.82% 0.55% -
XYZ 11.55 7.01 1.66 -
YUV 67.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 139 39 25 0 0.72 0.82 0.45 7.37 0.7 0.32
Hex 8B 27 19 0 48 52 2D 7 46 20
Octal 213 47 31 0 110 122 55 7 106 40
Binary 10001011 100111 11001 0 1001000 1010010 101101 111 1000110 100000

Color Harmonies of #8B2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2719

Black with #8B2719

Text Example


Text Example

White with #8B2719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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