Html Css Color HEX #8B013F Burgundy

📋 copy color: '#8B013F'

red 139 ◦ green 1 ◦ blue 63

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

Shades of Burgundy #8B013F

Tints of Burgundy #8B013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.03%

R = 68.47%
G = 0.49%
B = 31.03%

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

#8B013F (or 0x8B013F) is known color: Burgundy. HEX triplet: 8B, 01 and 3F. RGB value is (139,1,63). Sum of RGB (Red+Green+Blue) = 139+1+63=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B013F is #74FEC0. Grayscale: #313131. Windows color (decimal): -7667393 or 4129163. OLE color: 4129163.

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

Color convert

RGB 139 1 63 -
CMYK 0 0.99 0.55 0.45
HSL 333.04º 0.99% 0.27% -
HSV(B) 333.04º 0.99% 0.55% -
XYZ 11.56 5.87 5.23 -
YUV 49.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 139 1 63 0 0.99 0.55 0.45 333.04 0.99 0.27
Hex 8B 1 3F 0 63 37 2D 14D 63 1B
Octal 213 1 77 0 143 67 55 515 143 33
Binary 10001011 1 111111 0 1100011 110111 101101 101001101 1100011 11011

Color Harmonies of #8B013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B013F

Black with #8B013F

Text Example


Text Example

White with #8B013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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