Html Css Color HEX #83012F Burgundy

📋 copy color: '#83012F'

red 131 ◦ green 1 ◦ blue 47

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

Shades of Burgundy #83012F

Tints of Burgundy #83012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 73.18%
G = 0.56%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83012F (or 0x83012F) is known color: Burgundy. HEX triplet: 83, 01 and 2F. RGB value is (131,1,47). Sum of RGB (Red+Green+Blue) = 131+1+47=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #83012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83012F is #7CFED0. Grayscale: #2D2D2D. Windows color (decimal): -8191697 or 3080579. OLE color: 3080579.

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

Color convert

RGB 131 1 47 -
CMYK 0 0.99 0.64 0.49
HSL 338.77º 0.98% 0.26% -
HSV(B) 338.77º 0.99% 0.51% -
XYZ 9.88 5.05 3.14 -
YUV 45.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 131 1 47 0 0.99 0.64 0.49 338.77 0.98 0.26
Hex 83 1 2F 0 63 40 31 153 62 1A
Octal 203 1 57 0 143 100 61 523 142 32
Binary 10000011 1 101111 0 1100011 1000000 110001 101010011 1100010 11010

Color Harmonies of #83012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83012F

Black with #83012F

Text Example


Text Example

White with #83012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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