Html Css Color HEX #83083A Burgundy

📋 copy color: '#83083A'

red 131 ◦ green 8 ◦ blue 58

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

Shades of Burgundy #83083A

Tints of Burgundy #83083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

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

R = 66.5%
G = 4.06%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83083A (or 0x83083A) is known color: Burgundy. HEX triplet: 83, 08 and 3A. RGB value is (131,8,58). Sum of RGB (Red+Green+Blue) = 131+8+58=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83083A is #7CF7C5. Grayscale: #323232. Windows color (decimal): -8189894 or 3803267. OLE color: 3803267.

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

Color convert

RGB 131 8 58 -
CMYK 0 0.94 0.56 0.49
HSL 335.61º 0.88% 0.27% -
HSV(B) 335.61º 0.94% 0.51% -
XYZ 10.21 5.3 4.49 -
YUV 50.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 131 8 58 0 0.94 0.56 0.49 335.61 0.88 0.27
Hex 83 8 3A 0 5E 38 31 150 58 1B
Octal 203 10 72 0 136 70 61 520 130 33
Binary 10000011 1000 111010 0 1011110 111000 110001 101010000 1011000 11011

Color Harmonies of #83083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83083A

Black with #83083A

Text Example


Text Example

White with #83083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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