Html Css Color HEX #8B043D Burgundy

📋 copy color: '#8B043D'

red 139 ◦ green 4 ◦ blue 61

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

Shades of Burgundy #8B043D

Tints of Burgundy #8B043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

 BLUE value IS 61 (24.22% from 255) = 29.9%

R = 68.14%
G = 1.96%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8B043D (or 0x8B043D) is known color: Burgundy. HEX triplet: 8B, 04 and 3D. RGB value is (139,4,61). Sum of RGB (Red+Green+Blue) = 139+4+61=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B043D is #74FBC2. Grayscale: #323232. Windows color (decimal): -7666627 or 3998859. OLE color: 3998859.

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

Color convert

RGB 139 4 61 -
CMYK 0 0.97 0.56 0.45
HSL 334.67º 0.94% 0.28% -
HSV(B) 334.67º 0.97% 0.55% -
XYZ 11.53 5.91 4.95 -
YUV 50.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 139 4 61 0 0.97 0.56 0.45 334.67 0.94 0.28
Hex 8B 4 3D 0 61 38 2D 14F 5E 1C
Octal 213 4 75 0 141 70 55 517 136 34
Binary 10001011 100 111101 0 1100001 111000 101101 101001111 1011110 11100

Color Harmonies of #8B043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B043D

Black with #8B043D

Text Example


Text Example

White with #8B043D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,4,61); }

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

background-color css

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

 a { background-color: rgb(139,4,61); }

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

border-color css

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

 span { border-color: rgb(139,4,61); }

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