Html Css Color HEX #8B022B Burgundy

📋 copy color: '#8B022B'

red 139 ◦ green 2 ◦ blue 43

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

Shades of Burgundy #8B022B

Tints of Burgundy #8B022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 75.54%
G = 1.09%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8B022B (or 0x8B022B) is known color: Burgundy. HEX triplet: 8B, 02 and 2B. RGB value is (139,2,43). Sum of RGB (Red+Green+Blue) = 139+2+43=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B022B is #74FDD4. Grayscale: #2F2F2F. Windows color (decimal): -7667157 or 2818699. OLE color: 2818699.

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

Color convert

RGB 139 2 43 -
CMYK 0 0.99 0.69 0.45
HSL 342.04º 0.97% 0.28% -
HSV(B) 342.04º 0.99% 0.55% -
XYZ 11.11 5.71 2.8 -
YUV 47.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 139 2 43 0 0.99 0.69 0.45 342.04 0.97 0.28
Hex 8B 2 2B 0 63 45 2D 156 61 1C
Octal 213 2 53 0 143 105 55 526 141 34
Binary 10001011 10 101011 0 1100011 1000101 101101 101010110 1100001 11100

Color Harmonies of #8B022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B022B

Black with #8B022B

Text Example


Text Example

White with #8B022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,2,43); }

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

background-color css

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

 a { background-color: rgb(139,2,43); }

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

border-color css

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

 span { border-color: rgb(139,2,43); }

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