Html Css Color HEX #8B043C Burgundy

📋 copy color: '#8B043C'

red 139 ◦ green 4 ◦ blue 60

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

Shades of Burgundy #8B043C

Tints of Burgundy #8B043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 68.47%
G = 1.97%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8B043C (or 0x8B043C) is known color: Burgundy. HEX triplet: 8B, 04 and 3C. RGB value is (139,4,60). Sum of RGB (Red+Green+Blue) = 139+4+60=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B043C is #74FBC3. Grayscale: #323232. Windows color (decimal): -7666628 or 3933323. OLE color: 3933323.

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

Color convert

RGB 139 4 60 -
CMYK 0 0.97 0.57 0.45
HSL 335.11º 0.94% 0.28% -
HSV(B) 335.11º 0.97% 0.55% -
XYZ 11.51 5.9 4.81 -
YUV 50.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 139 4 60 0 0.97 0.57 0.45 335.11 0.94 0.28
Hex 8B 4 3C 0 61 39 2D 14F 5E 1C
Octal 213 4 74 0 141 71 55 517 136 34
Binary 10001011 100 111100 0 1100001 111001 101101 101001111 1011110 11100

Color Harmonies of #8B043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B043C

Black with #8B043C

Text Example


Text Example

White with #8B043C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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