Html Css Color HEX #83072A Burgundy

📋 copy color: '#83072A'

red 131 ◦ green 7 ◦ blue 42

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

Shades of Burgundy #83072A

Tints of Burgundy #83072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.33%

R = 72.78%
G = 3.89%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83072A (or 0x83072A) is known color: Burgundy. HEX triplet: 83, 07 and 2A. RGB value is (131,7,42). Sum of RGB (Red+Green+Blue) = 131+7+42=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #83072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83072A is #7CF8D5. Grayscale: #303030. Windows color (decimal): -8190166 or 2754435. OLE color: 2754435.

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

Color convert

RGB 131 7 42 -
CMYK 0 0.95 0.68 0.49
HSL 343.06º 0.9% 0.27% -
HSV(B) 343.06º 0.95% 0.51% -
XYZ 9.85 5.14 2.66 -
YUV 48.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 131 7 42 0 0.95 0.68 0.49 343.06 0.9 0.27
Hex 83 7 2A 0 5F 44 31 157 5A 1B
Octal 203 7 52 0 137 104 61 527 132 33
Binary 10000011 111 101010 0 1011111 1000100 110001 101010111 1011010 11011

Color Harmonies of #83072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83072A

Black with #83072A

Text Example


Text Example

White with #83072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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