Html Css Color HEX #83071A Burgundy

📋 copy color: '#83071A'

red 131 ◦ green 7 ◦ blue 26

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

Shades of Burgundy #83071A

Tints of Burgundy #83071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.27%

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 79.88%
G = 4.27%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83071A (or 0x83071A) is known color: Burgundy. HEX triplet: 83, 07 and 1A. RGB value is (131,7,26). Sum of RGB (Red+Green+Blue) = 131+7+26=164 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.88% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 131 - color contains mainly: red. Hex color #83071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83071A is #7CF8E5. Grayscale: #2E2E2E. Windows color (decimal): -8190182 or 1705859. OLE color: 1705859.

HSL color Cylindrical-coordinate representation of color #83071A: hue angle of 350.81º degrees, saturation: 0.9, 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 #83071A is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 7 26 -
CMYK 0 0.95 0.80 0.49
HSL 350.81º 0.9% 0.27% -
HSV(B) 350.81º 0.95% 0.51% -
XYZ 9.62 5.05 1.45 -
YUV 46.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 131 7 26 0 0.95 0.80 0.49 350.81 0.9 0.27
Hex 83 7 1A 0 5F 50 31 15F 5A 1B
Octal 203 7 32 0 137 120 61 537 132 33
Binary 10000011 111 11010 0 1011111 1010000 110001 101011111 1011010 11011

Color Harmonies of #83071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83071A

Black with #83071A

Text Example


Text Example

White with #83071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,7,26); }

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

background-color css

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

 a { background-color: rgb(131,7,26); }

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

border-color css

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

 span { border-color: rgb(131,7,26); }

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