Html Css Color HEX #8B2A25 Mandarian Orange

📋 copy color: '#8B2A25'

red 139 ◦ green 42 ◦ blue 37

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

Shades of Mandarian Orange #8B2A25

Tints of Mandarian Orange #8B2A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.97%

R = 63.76%
G = 19.27%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B2A25 (or 0x8B2A25) is known color: Mandarian Orange. HEX triplet: 8B, 2A and 25. RGB value is (139,42,37). Sum of RGB (Red+Green+Blue) = 139+42+37=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A25 is #74D5DA. Grayscale: #464646. Windows color (decimal): -7656923 or 2435723. OLE color: 2435723.

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

Color convert

RGB 139 42 37 -
CMYK 0 0.70 0.73 0.45
HSL 2.94º 0.58% 0.35% -
HSV(B) 2.94º 0.73% 0.55% -
XYZ 11.81 7.28 2.53 -
YUV 70.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 139 42 37 0 0.70 0.73 0.45 2.94 0.58 0.35
Hex 8B 2A 25 0 46 49 2D 3 3A 23
Octal 213 52 45 0 106 111 55 3 72 43
Binary 10001011 101010 100101 0 1000110 1001001 101101 11 111010 100011

Color Harmonies of #8B2A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2A25

Black with #8B2A25

Text Example


Text Example

White with #8B2A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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