Html Css Color HEX #8B052A Burgundy

📋 copy color: '#8B052A'

red 139 ◦ green 5 ◦ blue 42

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

Shades of Burgundy #8B052A

Tints of Burgundy #8B052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

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

R = 74.73%
G = 2.69%
B = 22.58%

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

#8B052A (or 0x8B052A) is known color: Burgundy. HEX triplet: 8B, 05 and 2A. RGB value is (139,5,42). Sum of RGB (Red+Green+Blue) = 139+5+42=186 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.73% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 139 - color contains mainly: red. Hex color #8B052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B052A is #74FAD5. Grayscale: #313131. Windows color (decimal): -7666390 or 2753931. OLE color: 2753931.

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

Color convert

RGB 139 5 42 -
CMYK 0 0.96 0.70 0.45
HSL 343.43º 0.93% 0.28% -
HSV(B) 343.43º 0.96% 0.55% -
XYZ 11.12 5.76 2.72 -
YUV 49.28 123.89 191.99 -
System Red Green Blue C M Y K H S L
Decimal 139 5 42 0 0.96 0.70 0.45 343.43 0.93 0.28
Hex 8B 5 2A 0 60 46 2D 157 5D 1C
Octal 213 5 52 0 140 106 55 527 135 34
Binary 10001011 101 101010 0 1100000 1000110 101101 101010111 1011101 11100

Color Harmonies of #8B052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B052A

Black with #8B052A

Text Example


Text Example

White with #8B052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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