Html Css Color HEX #83072F Burgundy

📋 copy color: '#83072F'

red 131 ◦ green 7 ◦ blue 47

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

Shades of Burgundy #83072F

Tints of Burgundy #83072F

RGB

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

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

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

R = 70.81%
G = 3.78%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83072F (or 0x83072F) is known color: Burgundy. HEX triplet: 83, 07 and 2F. RGB value is (131,7,47). Sum of RGB (Red+Green+Blue) = 131+7+47=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #83072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83072F is #7CF8D0. Grayscale: #303030. Windows color (decimal): -8190161 or 3082115. OLE color: 3082115.

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

Color convert

RGB 131 7 47 -
CMYK 0 0.95 0.64 0.49
HSL 340.65º 0.9% 0.27% -
HSV(B) 340.65º 0.95% 0.51% -
XYZ 9.95 5.18 3.17 -
YUV 48.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 131 7 47 0 0.95 0.64 0.49 340.65 0.9 0.27
Hex 83 7 2F 0 5F 40 31 155 5A 1B
Octal 203 7 57 0 137 100 61 525 132 33
Binary 10000011 111 101111 0 1011111 1000000 110001 101010101 1011010 11011

Color Harmonies of #83072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83072F

Black with #83072F

Text Example


Text Example

White with #83072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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