Html Css Color HEX #83052A Burgundy

📋 copy color: '#83052A'

red 131 ◦ green 5 ◦ blue 42

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

Shades of Burgundy #83052A

Tints of Burgundy #83052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 73.6%
G = 2.81%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83052A (or 0x83052A) is known color: Burgundy. HEX triplet: 83, 05 and 2A. RGB value is (131,5,42). Sum of RGB (Red+Green+Blue) = 131+5+42=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83052A is #7CFAD5. Grayscale: #2E2E2E. Windows color (decimal): -8190678 or 2753923. OLE color: 2753923.

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

Color convert

RGB 131 5 42 -
CMYK 0 0.96 0.68 0.49
HSL 342.38º 0.93% 0.27% -
HSV(B) 342.38º 0.96% 0.51% -
XYZ 9.83 5.1 2.66 -
YUV 46.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 131 5 42 0 0.96 0.68 0.49 342.38 0.93 0.27
Hex 83 5 2A 0 60 44 31 156 5D 1B
Octal 203 5 52 0 140 104 61 526 135 33
Binary 10000011 101 101010 0 1100000 1000100 110001 101010110 1011101 11011

Color Harmonies of #83052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83052A

Black with #83052A

Text Example


Text Example

White with #83052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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