Html Css Color HEX #83022E Burgundy

📋 copy color: '#83022E'

red 131 ◦ green 2 ◦ blue 46

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

Shades of Burgundy #83022E

Tints of Burgundy #83022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 46 (18.36% from 255) = 25.7%

R = 73.18%
G = 1.12%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83022E (or 0x83022E) is known color: Burgundy. HEX triplet: 83, 02 and 2E. RGB value is (131,2,46). Sum of RGB (Red+Green+Blue) = 131+2+46=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #83022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83022E is #7CFDD1. Grayscale: #2D2D2D. Windows color (decimal): -8191442 or 3015299. OLE color: 3015299.

HSL color Cylindrical-coordinate representation of color #83022E: hue angle of 339.53º degrees, saturation: 0.97, 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 #83022E is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 2 46 -
CMYK 0 0.98 0.65 0.49
HSL 339.53º 0.97% 0.26% -
HSV(B) 339.53º 0.98% 0.51% -
XYZ 9.87 5.07 3.04 -
YUV 45.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 131 2 46 0 0.98 0.65 0.49 339.53 0.97 0.26
Hex 83 2 2E 0 62 41 31 154 61 1A
Octal 203 2 56 0 142 101 61 524 141 32
Binary 10000011 10 101110 0 1100010 1000001 110001 101010100 1100001 11010

Color Harmonies of #83022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83022E

Black with #83022E

Text Example


Text Example

White with #83022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83022E; }

 p { color: rgb(131,2,46); }

 H1.HeaderClassName
 {
   color: #83022E;
 }
 .AnyTagClassName
 {
   color: #83022E;
 }
</style>

background-color css

<style>
 a { background-color: #83022E; }

 a { background-color: rgb(131,2,46); }

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

border-color css

<style>
 span { border-color: #83022E; }

 span { border-color: rgb(131,2,46); }

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