Html Css Color HEX #83043B Burgundy

📋 copy color: '#83043B'

red 131 ◦ green 4 ◦ blue 59

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

Shades of Burgundy #83043B

Tints of Burgundy #83043B

RGB

 RED value IS 131 (51.56% from 255) = 67.53%

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

 BLUE value IS 59 (23.44% from 255) = 30.41%

R = 67.53%
G = 2.06%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83043B (or 0x83043B) is known color: Burgundy. HEX triplet: 83, 04 and 3B. RGB value is (131,4,59). Sum of RGB (Red+Green+Blue) = 131+4+59=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83043B is #7CFBC4. Grayscale: #303030. Windows color (decimal): -8190917 or 3867779. OLE color: 3867779.

HSL color Cylindrical-coordinate representation of color #83043B: hue angle of 334.02º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83043B is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 4 59 -
CMYK 0 0.97 0.55 0.49
HSL 334.02º 0.94% 0.26% -
HSV(B) 334.02º 0.97% 0.51% -
XYZ 10.19 5.23 4.61 -
YUV 48.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 131 4 59 0 0.97 0.55 0.49 334.02 0.94 0.26
Hex 83 4 3B 0 61 37 31 14E 5E 1A
Octal 203 4 73 0 141 67 61 516 136 32
Binary 10000011 100 111011 0 1100001 110111 110001 101001110 1011110 11010

Color Harmonies of #83043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83043B

Black with #83043B

Text Example


Text Example

White with #83043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83043B; }

 p { color: rgb(131,4,59); }

 H1.HeaderClassName
 {
   color: #83043B;
 }
 .AnyTagClassName
 {
   color: #83043B;
 }
</style>

background-color css

<style>
 a { background-color: #83043B; }

 a { background-color: rgb(131,4,59); }

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

border-color css

<style>
 span { border-color: #83043B; }

 span { border-color: rgb(131,4,59); }

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