Html Css Color HEX #8B011E Burgundy

📋 copy color: '#8B011E'

red 139 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #8B011E

Tints of Burgundy #8B011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.65%

R = 81.76%
G = 0.59%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B011E (or 0x8B011E) is known color: Burgundy. HEX triplet: 8B, 01 and 1E. RGB value is (139,1,30). Sum of RGB (Red+Green+Blue) = 139+1+30=170 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.76% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 139 - color contains mainly: red. Hex color #8B011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B011E is #74FEE1. Grayscale: #2D2D2D. Windows color (decimal): -7667426 or 1966475. OLE color: 1966475.

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

Color convert

RGB 139 1 30 -
CMYK 0 0.99 0.78 0.45
HSL 347.39º 0.99% 0.27% -
HSV(B) 347.39º 0.99% 0.55% -
XYZ 10.89 5.6 1.74 -
YUV 45.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 139 1 30 0 0.99 0.78 0.45 347.39 0.99 0.27
Hex 8B 1 1E 0 63 4E 2D 15B 63 1B
Octal 213 1 36 0 143 116 55 533 143 33
Binary 10001011 1 11110 0 1100011 1001110 101101 101011011 1100011 11011

Color Harmonies of #8B011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B011E

Black with #8B011E

Text Example


Text Example

White with #8B011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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