Html Css Color HEX #8B0331 Burgundy

📋 copy color: '#8B0331'

red 139 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #8B0331

Tints of Burgundy #8B0331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 72.77%
G = 1.57%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B0331 (or 0x8B0331) is known color: Burgundy. HEX triplet: 8B, 03 and 31. RGB value is (139,3,49). Sum of RGB (Red+Green+Blue) = 139+3+49=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0331 is #74FCCE. Grayscale: #303030. Windows color (decimal): -7666895 or 3212171. OLE color: 3212171.

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

Color convert

RGB 139 3 49 -
CMYK 0 0.98 0.65 0.45
HSL 339.71º 0.96% 0.28% -
HSV(B) 339.71º 0.98% 0.55% -
XYZ 11.23 5.78 3.43 -
YUV 48.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 139 3 49 0 0.98 0.65 0.45 339.71 0.96 0.28
Hex 8B 3 31 0 62 41 2D 154 60 1C
Octal 213 3 61 0 142 101 55 524 140 34
Binary 10001011 11 110001 0 1100010 1000001 101101 101010100 1100000 11100

Color Harmonies of #8B0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0331

Black with #8B0331

Text Example


Text Example

White with #8B0331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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