Html Css Color HEX #8B062D Burgundy

📋 copy color: '#8B062D'

red 139 ◦ green 6 ◦ blue 45

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

Shades of Burgundy #8B062D

Tints of Burgundy #8B062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

 BLUE value IS 45 (17.97% from 255) = 23.68%

R = 73.16%
G = 3.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B062D (or 0x8B062D) is known color: Burgundy. HEX triplet: 8B, 06 and 2D. RGB value is (139,6,45). Sum of RGB (Red+Green+Blue) = 139+6+45=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B062D is #74F9D2. Grayscale: #323232. Windows color (decimal): -7666131 or 2950795. OLE color: 2950795.

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

Color convert

RGB 139 6 45 -
CMYK 0 0.96 0.68 0.45
HSL 342.41º 0.92% 0.28% -
HSV(B) 342.41º 0.96% 0.55% -
XYZ 11.19 5.81 3.01 -
YUV 50.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 139 6 45 0 0.96 0.68 0.45 342.41 0.92 0.28
Hex 8B 6 2D 0 60 44 2D 156 5C 1C
Octal 213 6 55 0 140 104 55 526 134 34
Binary 10001011 110 101101 0 1100000 1000100 101101 101010110 1011100 11100

Color Harmonies of #8B062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B062D

Black with #8B062D

Text Example


Text Example

White with #8B062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,6,45); }

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

background-color css

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

 a { background-color: rgb(139,6,45); }

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

border-color css

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

 span { border-color: rgb(139,6,45); }

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