Html Css Color HEX #820723 Burgundy

📋 copy color: '#820723'

red 130 ◦ green 7 ◦ blue 35

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

Shades of Burgundy #820723

Tints of Burgundy #820723

RGB

 RED value IS 130 (51.17% from 255) = 75.58%

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

 BLUE value IS 35 (14.06% from 255) = 20.35%

R = 75.58%
G = 4.07%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#820723 (or 0x820723) is known color: Burgundy. HEX triplet: 82, 07 and 23. RGB value is (130,7,35). Sum of RGB (Red+Green+Blue) = 130+7+35=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #820723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820723 is #7DF8DC. Grayscale: #2E2E2E. Windows color (decimal): -8255709 or 2295682. OLE color: 2295682.

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

Color convert

RGB 130 7 35 -
CMYK 0 0.95 0.73 0.49
HSL 346.34º 0.9% 0.27% -
HSV(B) 346.34º 0.95% 0.51% -
XYZ 9.59 5.02 2.05 -
YUV 46.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 130 7 35 0 0.95 0.73 0.49 346.34 0.9 0.27
Hex 82 7 23 0 5F 49 31 15A 5A 1B
Octal 202 7 43 0 137 111 61 532 132 33
Binary 10000010 111 100011 0 1011111 1001001 110001 101011010 1011010 11011

Color Harmonies of #820723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820723

Black with #820723

Text Example


Text Example

White with #820723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820723; }

 p { color: rgb(130,7,35); }

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

background-color css

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

 a { background-color: rgb(130,7,35); }

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

border-color css

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

 span { border-color: rgb(130,7,35); }

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