Html Css Color HEX #8B082C Burgundy

📋 copy color: '#8B082C'

red 139 ◦ green 8 ◦ blue 44

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

Shades of Burgundy #8B082C

Tints of Burgundy #8B082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.19%

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 72.77%
G = 4.19%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B082C (or 0x8B082C) is known color: Burgundy. HEX triplet: 8B, 08 and 2C. RGB value is (139,8,44). Sum of RGB (Red+Green+Blue) = 139+8+44=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B082C is #74F7D3. Grayscale: #333333. Windows color (decimal): -7665620 or 2885771. OLE color: 2885771.

HSL color Cylindrical-coordinate representation of color #8B082C: hue angle of 343.51º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B082C is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 8 44 -
CMYK 0 0.94 0.68 0.45
HSL 343.51º 0.89% 0.29% -
HSV(B) 343.51º 0.94% 0.55% -
XYZ 11.19 5.84 2.92 -
YUV 51.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 139 8 44 0 0.94 0.68 0.45 343.51 0.89 0.29
Hex 8B 8 2C 0 5E 44 2D 158 59 1D
Octal 213 10 54 0 136 104 55 530 131 35
Binary 10001011 1000 101100 0 1011110 1000100 101101 101011000 1011001 11101

Color Harmonies of #8B082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B082C

Black with #8B082C

Text Example


Text Example

White with #8B082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,8,44); }

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

background-color css

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

 a { background-color: rgb(139,8,44); }

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

border-color css

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

 span { border-color: rgb(139,8,44); }

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