Html Css Color HEX #8B0221 Burgundy

📋 copy color: '#8B0221'

red 139 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #8B0221

Tints of Burgundy #8B0221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.97%

R = 79.89%
G = 1.15%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8B0221 (or 0x8B0221) is known color: Burgundy. HEX triplet: 8B, 02 and 21. RGB value is (139,2,33). Sum of RGB (Red+Green+Blue) = 139+2+33=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0221 is #74FDDE. Grayscale: #2E2E2E. Windows color (decimal): -7667167 or 2163339. OLE color: 2163339.

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

Color convert

RGB 139 2 33 -
CMYK 0 0.99 0.76 0.45
HSL 346.42º 0.97% 0.28% -
HSV(B) 346.42º 0.99% 0.55% -
XYZ 10.94 5.64 1.95 -
YUV 46.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 139 2 33 0 0.99 0.76 0.45 346.42 0.97 0.28
Hex 8B 2 21 0 63 4C 2D 15A 61 1C
Octal 213 2 41 0 143 114 55 532 141 34
Binary 10001011 10 100001 0 1100011 1001100 101101 101011010 1100001 11100

Color Harmonies of #8B0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0221

Black with #8B0221

Text Example


Text Example

White with #8B0221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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