Html Css Color HEX #820923 Burgundy

📋 copy color: '#820923'

red 130 ◦ green 9 ◦ blue 35

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

Shades of Burgundy #820923

Tints of Burgundy #820923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.17%

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

R = 74.71%
G = 5.17%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#820923 (or 0x820923) is known color: Burgundy. HEX triplet: 82, 09 and 23. RGB value is (130,9,35). Sum of RGB (Red+Green+Blue) = 130+9+35=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #820923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820923 is #7DF6DC. Grayscale: #303030. Windows color (decimal): -8255197 or 2296194. OLE color: 2296194.

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

Color convert

RGB 130 9 35 -
CMYK 0 0.93 0.73 0.49
HSL 347.11º 0.87% 0.27% -
HSV(B) 347.11º 0.93% 0.51% -
XYZ 9.61 5.06 2.06 -
YUV 48.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 130 9 35 0 0.93 0.73 0.49 347.11 0.87 0.27
Hex 82 9 23 0 5D 49 31 15B 57 1B
Octal 202 11 43 0 135 111 61 533 127 33
Binary 10000010 1001 100011 0 1011101 1001001 110001 101011011 1010111 11011

Color Harmonies of #820923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820923

Black with #820923

Text Example


Text Example

White with #820923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820923; }

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

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

background-color css

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

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

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

border-color css

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

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

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