Html Css Color HEX #8B062A Burgundy

📋 copy color: '#8B062A'

red 139 ◦ green 6 ◦ blue 42

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

Shades of Burgundy #8B062A

Tints of Burgundy #8B062A

RGB

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

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

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

R = 74.33%
G = 3.21%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8B062A (or 0x8B062A) is known color: Burgundy. HEX triplet: 8B, 06 and 2A. RGB value is (139,6,42). Sum of RGB (Red+Green+Blue) = 139+6+42=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B062A is #74F9D5. Grayscale: #313131. Windows color (decimal): -7666134 or 2754187. OLE color: 2754187.

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

Color convert

RGB 139 6 42 -
CMYK 0 0.96 0.70 0.45
HSL 343.76º 0.92% 0.28% -
HSV(B) 343.76º 0.96% 0.55% -
XYZ 11.13 5.79 2.72 -
YUV 49.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 139 6 42 0 0.96 0.70 0.45 343.76 0.92 0.28
Hex 8B 6 2A 0 60 46 2D 158 5C 1C
Octal 213 6 52 0 140 106 55 530 134 34
Binary 10001011 110 101010 0 1100000 1000110 101101 101011000 1011100 11100

Color Harmonies of #8B062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B062A

Black with #8B062A

Text Example


Text Example

White with #8B062A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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