Html Css Color HEX #83042A Burgundy

📋 copy color: '#83042A'

red 131 ◦ green 4 ◦ blue 42

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

Shades of Burgundy #83042A

Tints of Burgundy #83042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

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

R = 74.01%
G = 2.26%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83042A (or 0x83042A) is known color: Burgundy. HEX triplet: 83, 04 and 2A. RGB value is (131,4,42). Sum of RGB (Red+Green+Blue) = 131+4+42=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #83042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83042A is #7CFBD5. Grayscale: #2E2E2E. Windows color (decimal): -8190934 or 2753667. OLE color: 2753667.

HSL color Cylindrical-coordinate representation of color #83042A: hue angle of 342.05º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83042A is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 4 42 -
CMYK 0 0.97 0.68 0.49
HSL 342.05º 0.94% 0.26% -
HSV(B) 342.05º 0.97% 0.51% -
XYZ 9.82 5.08 2.65 -
YUV 46.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 131 4 42 0 0.97 0.68 0.49 342.05 0.94 0.26
Hex 83 4 2A 0 61 44 31 156 5E 1A
Octal 203 4 52 0 141 104 61 526 136 32
Binary 10000011 100 101010 0 1100001 1000100 110001 101010110 1011110 11010

Color Harmonies of #83042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83042A

Black with #83042A

Text Example


Text Example

White with #83042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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