Html Css Color HEX #8B022A Burgundy

📋 copy color: '#8B022A'

red 139 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #8B022A

Tints of Burgundy #8B022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.95%

R = 75.96%
G = 1.09%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8B022A (or 0x8B022A) is known color: Burgundy. HEX triplet: 8B, 02 and 2A. RGB value is (139,2,42). Sum of RGB (Red+Green+Blue) = 139+2+42=183 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.96% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 139 - color contains mainly: red. Hex color #8B022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B022A is #74FDD5. Grayscale: #2F2F2F. Windows color (decimal): -7667158 or 2753163. OLE color: 2753163.

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

Color convert

RGB 139 2 42 -
CMYK 0 0.99 0.70 0.45
HSL 342.48º 0.97% 0.28% -
HSV(B) 342.48º 0.99% 0.55% -
XYZ 11.09 5.7 2.71 -
YUV 47.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 139 2 42 0 0.99 0.70 0.45 342.48 0.97 0.28
Hex 8B 2 2A 0 63 46 2D 156 61 1C
Octal 213 2 52 0 143 106 55 526 141 34
Binary 10001011 10 101010 0 1100011 1000110 101101 101010110 1100001 11100

Color Harmonies of #8B022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B022A

Black with #8B022A

Text Example


Text Example

White with #8B022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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