Html Css Color HEX #83061F Burgundy

📋 copy color: '#83061F'

red 131 ◦ green 6 ◦ blue 31

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

Shades of Burgundy #83061F

Tints of Burgundy #83061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 77.98%
G = 3.57%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83061F (or 0x83061F) is known color: Burgundy. HEX triplet: 83, 06 and 1F. RGB value is (131,6,31). Sum of RGB (Red+Green+Blue) = 131+6+31=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #83061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83061F is #7CF9E0. Grayscale: #2E2E2E. Windows color (decimal): -8190433 or 2033283. OLE color: 2033283.

HSL color Cylindrical-coordinate representation of color #83061F: hue angle of 348º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83061F is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 6 31 -
CMYK 0 0.95 0.76 0.49
HSL 348º 0.91% 0.27% -
HSV(B) 348º 0.95% 0.51% -
XYZ 9.67 5.05 1.76 -
YUV 46.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 131 6 31 0 0.95 0.76 0.49 348 0.91 0.27
Hex 83 6 1F 0 5F 4C 31 15C 5B 1B
Octal 203 6 37 0 137 114 61 534 133 33
Binary 10000011 110 11111 0 1011111 1001100 110001 101011100 1011011 11011

Color Harmonies of #83061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83061F

Black with #83061F

Text Example


Text Example

White with #83061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,6,31); }

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

background-color css

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

 a { background-color: rgb(131,6,31); }

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

border-color css

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

 span { border-color: rgb(131,6,31); }

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