Html Css Color HEX #8B013E Burgundy

📋 copy color: '#8B013E'

red 139 ◦ green 1 ◦ blue 62

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

Shades of Burgundy #8B013E

Tints of Burgundy #8B013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.69%

R = 68.81%
G = 0.5%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#8B013E (or 0x8B013E) is known color: Burgundy. HEX triplet: 8B, 01 and 3E. RGB value is (139,1,62). Sum of RGB (Red+Green+Blue) = 139+1+62=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B013E is #74FEC1. Grayscale: #313131. Windows color (decimal): -7667394 or 4063627. OLE color: 4063627.

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

Color convert

RGB 139 1 62 -
CMYK 0 0.99 0.55 0.45
HSL 333.48º 0.99% 0.27% -
HSV(B) 333.48º 0.99% 0.55% -
XYZ 11.53 5.86 5.08 -
YUV 49.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 139 1 62 0 0.99 0.55 0.45 333.48 0.99 0.27
Hex 8B 1 3E 0 63 37 2D 14D 63 1B
Octal 213 1 76 0 143 67 55 515 143 33
Binary 10001011 1 111110 0 1100011 110111 101101 101001101 1100011 11011

Color Harmonies of #8B013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B013E

Black with #8B013E

Text Example


Text Example

White with #8B013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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