Html Css Color HEX #83022A Burgundy

📋 copy color: '#83022A'

red 131 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #83022A

Tints of Burgundy #83022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 74.86%
G = 1.14%
B = 24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83022A (or 0x83022A) is known color: Burgundy. HEX triplet: 83, 02 and 2A. RGB value is (131,2,42). Sum of RGB (Red+Green+Blue) = 131+2+42=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #83022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83022A is #7CFDD5. Grayscale: #2D2D2D. Windows color (decimal): -8191446 or 2753155. OLE color: 2753155.

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

Color convert

RGB 131 2 42 -
CMYK 0 0.98 0.68 0.49
HSL 341.4º 0.97% 0.26% -
HSV(B) 341.4º 0.98% 0.51% -
XYZ 9.8 5.04 2.65 -
YUV 45.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 131 2 42 0 0.98 0.68 0.49 341.4 0.97 0.26
Hex 83 2 2A 0 62 44 31 155 61 1A
Octal 203 2 52 0 142 104 61 525 141 32
Binary 10000011 10 101010 0 1100010 1000100 110001 101010101 1100001 11010

Color Harmonies of #83022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83022A

Black with #83022A

Text Example


Text Example

White with #83022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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