Html Css Color HEX #8B001F Burgundy

📋 copy color: '#8B001F'

red 139 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #8B001F

Tints of Burgundy #8B001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 18.24%

R = 81.76%
G = 0%
B = 18.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B001F (or 0x8B001F) is known color: Burgundy. HEX triplet: 8B, 00 and 1F. RGB value is (139,0,31). Sum of RGB (Red+Green+Blue) = 139+0+31=170 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.76% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 139 - color contains mainly: red. Hex color #8B001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B001F is #74FFE0. Grayscale: #2D2D2D. Windows color (decimal): -7667681 or 2031755. OLE color: 2031755.

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

Color convert

RGB 139 0 31 -
CMYK 0 1 0.78 0.45
HSL 346.62º 1% 0.27% -
HSV(B) 346.62º 1% 0.55% -
XYZ 10.89 5.59 1.8 -
YUV 45.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 139 0 31 0 1 0.78 0.45 346.62 1 0.27
Hex 8B 0 1F 0 64 4E 2D 15B 64 1B
Octal 213 0 37 0 144 116 55 533 144 33
Binary 10001011 0 11111 0 1100100 1001110 101101 101011011 1100100 11011

Color Harmonies of #8B001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B001F

Black with #8B001F

Text Example


Text Example

White with #8B001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,0,31); }

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

background-color css

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

 a { background-color: rgb(139,0,31); }

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

border-color css

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

 span { border-color: rgb(139,0,31); }

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