Html Css Color HEX #83033A Burgundy

📋 copy color: '#83033A'

red 131 ◦ green 3 ◦ blue 58

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

Shades of Burgundy #83033A

Tints of Burgundy #83033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

 BLUE value IS 58 (23.05% from 255) = 30.21%

R = 68.23%
G = 1.56%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83033A (or 0x83033A) is known color: Burgundy. HEX triplet: 83, 03 and 3A. RGB value is (131,3,58). Sum of RGB (Red+Green+Blue) = 131+3+58=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #83033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83033A is #7CFCC5. Grayscale: #2F2F2F. Windows color (decimal): -8191174 or 3801987. OLE color: 3801987.

HSL color Cylindrical-coordinate representation of color #83033A: hue angle of 334.22º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83033A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 3 58 -
CMYK 0 0.98 0.56 0.49
HSL 334.22º 0.96% 0.26% -
HSV(B) 334.22º 0.98% 0.51% -
XYZ 10.16 5.2 4.47 -
YUV 47.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 131 3 58 0 0.98 0.56 0.49 334.22 0.96 0.26
Hex 83 3 3A 0 62 38 31 14E 60 1A
Octal 203 3 72 0 142 70 61 516 140 32
Binary 10000011 11 111010 0 1100010 111000 110001 101001110 1100000 11010

Color Harmonies of #83033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83033A

Black with #83033A

Text Example


Text Example

White with #83033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83033A; }

 p { color: rgb(131,3,58); }

 H1.HeaderClassName
 {
   color: #83033A;
 }
 .AnyTagClassName
 {
   color: #83033A;
 }
</style>

background-color css

<style>
 a { background-color: #83033A; }

 a { background-color: rgb(131,3,58); }

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

border-color css

<style>
 span { border-color: #83033A; }

 span { border-color: rgb(131,3,58); }

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