Html Css Color HEX #8B082F Burgundy

📋 copy color: '#8B082F'

red 139 ◦ green 8 ◦ blue 47

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

Shades of Burgundy #8B082F

Tints of Burgundy #8B082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 71.65%
G = 4.12%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8B082F (or 0x8B082F) is known color: Burgundy. HEX triplet: 8B, 08 and 2F. RGB value is (139,8,47). Sum of RGB (Red+Green+Blue) = 139+8+47=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B082F is #74F7D0. Grayscale: #333333. Windows color (decimal): -7665617 or 3082379. OLE color: 3082379.

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

Color convert

RGB 139 8 47 -
CMYK 0 0.94 0.66 0.45
HSL 342.14º 0.89% 0.29% -
HSV(B) 342.14º 0.94% 0.55% -
XYZ 11.25 5.87 3.23 -
YUV 51.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 139 8 47 0 0.94 0.66 0.45 342.14 0.89 0.29
Hex 8B 8 2F 0 5E 42 2D 156 59 1D
Octal 213 10 57 0 136 102 55 526 131 35
Binary 10001011 1000 101111 0 1011110 1000010 101101 101010110 1011001 11101

Color Harmonies of #8B082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B082F

Black with #8B082F

Text Example


Text Example

White with #8B082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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