Html Css Color HEX #8B0320 Burgundy

📋 copy color: '#8B0320'

red 139 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #8B0320

Tints of Burgundy #8B0320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 79.89%
G = 1.72%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8B0320 (or 0x8B0320) is known color: Burgundy. HEX triplet: 8B, 03 and 20. RGB value is (139,3,32). Sum of RGB (Red+Green+Blue) = 139+3+32=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0320 is #74FCDF. Grayscale: #2E2E2E. Windows color (decimal): -7666912 or 2098059. OLE color: 2098059.

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

Color convert

RGB 139 3 32 -
CMYK 0 0.98 0.77 0.45
HSL 347.21º 0.96% 0.28% -
HSV(B) 347.21º 0.98% 0.55% -
XYZ 10.94 5.66 1.88 -
YUV 46.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 139 3 32 0 0.98 0.77 0.45 347.21 0.96 0.28
Hex 8B 3 20 0 62 4D 2D 15B 60 1C
Octal 213 3 40 0 142 115 55 533 140 34
Binary 10001011 11 100000 0 1100010 1001101 101101 101011011 1100000 11100

Color Harmonies of #8B0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0320

Black with #8B0320

Text Example


Text Example

White with #8B0320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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