Html Css Color HEX #820123 Burgundy

📋 copy color: '#820123'

red 130 ◦ green 1 ◦ blue 35

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

Shades of Burgundy #820123

Tints of Burgundy #820123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 78.31%
G = 0.6%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#820123 (or 0x820123) is known color: Burgundy. HEX triplet: 82, 01 and 23. RGB value is (130,1,35). Sum of RGB (Red+Green+Blue) = 130+1+35=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #820123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820123 is #7DFEDC. Grayscale: #2B2B2B. Windows color (decimal): -8257245 or 2294146. OLE color: 2294146.

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

Color convert

RGB 130 1 35 -
CMYK 0 0.99 0.73 0.49
HSL 344.19º 0.98% 0.26% -
HSV(B) 344.19º 0.99% 0.51% -
XYZ 9.52 4.89 2.03 -
YUV 43.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 130 1 35 0 0.99 0.73 0.49 344.19 0.98 0.26
Hex 82 1 23 0 63 49 31 158 62 1A
Octal 202 1 43 0 143 111 61 530 142 32
Binary 10000010 1 100011 0 1100011 1001001 110001 101011000 1100010 11010

Color Harmonies of #820123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820123

Black with #820123

Text Example


Text Example

White with #820123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820123; }

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

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

background-color css

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

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

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

border-color css

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

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

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