Html Css Color HEX #8B031F Burgundy

📋 copy color: '#8B031F'

red 139 ◦ green 3 ◦ blue 31

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

Shades of Burgundy #8B031F

Tints of Burgundy #8B031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 80.35%
G = 1.73%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B031F (or 0x8B031F) is known color: Burgundy. HEX triplet: 8B, 03 and 1F. RGB value is (139,3,31). Sum of RGB (Red+Green+Blue) = 139+3+31=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B031F is #74FCE0. Grayscale: #2E2E2E. Windows color (decimal): -7666913 or 2032523. OLE color: 2032523.

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

Color convert

RGB 139 3 31 -
CMYK 0 0.98 0.78 0.45
HSL 347.65º 0.96% 0.28% -
HSV(B) 347.65º 0.98% 0.55% -
XYZ 10.93 5.65 1.81 -
YUV 46.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 139 3 31 0 0.98 0.78 0.45 347.65 0.96 0.28
Hex 8B 3 1F 0 62 4E 2D 15C 60 1C
Octal 213 3 37 0 142 116 55 534 140 34
Binary 10001011 11 11111 0 1100010 1001110 101101 101011100 1100000 11100

Color Harmonies of #8B031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B031F

Black with #8B031F

Text Example


Text Example

White with #8B031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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