Html Css Color HEX #83022F Burgundy

📋 copy color: '#83022F'

red 131 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #83022F

Tints of Burgundy #83022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 72.78%
G = 1.11%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83022F (or 0x83022F) is known color: Burgundy. HEX triplet: 83, 02 and 2F. RGB value is (131,2,47). Sum of RGB (Red+Green+Blue) = 131+2+47=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #83022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83022F is #7CFDD0. Grayscale: #2D2D2D. Windows color (decimal): -8191441 or 3080835. OLE color: 3080835.

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

Color convert

RGB 131 2 47 -
CMYK 0 0.98 0.64 0.49
HSL 339.07º 0.97% 0.26% -
HSV(B) 339.07º 0.98% 0.51% -
XYZ 9.89 5.07 3.15 -
YUV 45.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 131 2 47 0 0.98 0.64 0.49 339.07 0.97 0.26
Hex 83 2 2F 0 62 40 31 153 61 1A
Octal 203 2 57 0 142 100 61 523 141 32
Binary 10000011 10 101111 0 1100010 1000000 110001 101010011 1100001 11010

Color Harmonies of #83022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83022F

Black with #83022F

Text Example


Text Example

White with #83022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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