Html Css Color HEX #8B1125 Burgundy

📋 copy color: '#8B1125'

red 139 ◦ green 17 ◦ blue 37

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

Shades of Burgundy #8B1125

Tints of Burgundy #8B1125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

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

R = 72.02%
G = 8.81%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B1125 (or 0x8B1125) is known color: Burgundy. HEX triplet: 8B, 11 and 25. RGB value is (139,17,37). Sum of RGB (Red+Green+Blue) = 139+17+37=193 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.02% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1125 is #74EEDA. Grayscale: #373737. Windows color (decimal): -7663323 or 2429323. OLE color: 2429323.

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

Color convert

RGB 139 17 37 -
CMYK 0 0.88 0.73 0.45
HSL 350.16º 0.78% 0.31% -
HSV(B) 350.16º 0.88% 0.55% -
XYZ 11.18 6.02 2.32 -
YUV 55.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 139 17 37 0 0.88 0.73 0.45 350.16 0.78 0.31
Hex 8B 11 25 0 58 49 2D 15E 4E 1F
Octal 213 21 45 0 130 111 55 536 116 37
Binary 10001011 10001 100101 0 1011000 1001001 101101 101011110 1001110 11111

Color Harmonies of #8B1125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1125

Black with #8B1125

Text Example


Text Example

White with #8B1125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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