Html Css Color HEX #8B0136 Burgundy

📋 copy color: '#8B0136'

red 139 ◦ green 1 ◦ blue 54

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

Shades of Burgundy #8B0136

Tints of Burgundy #8B0136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 71.65%
G = 0.52%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8B0136 (or 0x8B0136) is known color: Burgundy. HEX triplet: 8B, 01 and 36. RGB value is (139,1,54). Sum of RGB (Red+Green+Blue) = 139+1+54=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0136 is #74FEC9. Grayscale: #303030. Windows color (decimal): -7667402 or 3539339. OLE color: 3539339.

HSL color Cylindrical-coordinate representation of color #8B0136: hue angle of 336.96º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0136 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 1 54 -
CMYK 0 0.99 0.61 0.45
HSL 336.96º 0.99% 0.27% -
HSV(B) 336.96º 0.99% 0.55% -
XYZ 11.32 5.78 4.01 -
YUV 48.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 139 1 54 0 0.99 0.61 0.45 336.96 0.99 0.27
Hex 8B 1 36 0 63 3D 2D 151 63 1B
Octal 213 1 66 0 143 75 55 521 143 33
Binary 10001011 1 110110 0 1100011 111101 101101 101010001 1100011 11011

Color Harmonies of #8B0136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0136

Black with #8B0136

Text Example


Text Example

White with #8B0136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,1,54); }

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

background-color css

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

 a { background-color: rgb(139,1,54); }

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

border-color css

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

 span { border-color: rgb(139,1,54); }

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