Html Css Color HEX #820C29 Burgundy

📋 copy color: '#820C29'

red 130 ◦ green 12 ◦ blue 41

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

Shades of Burgundy #820C29

Tints of Burgundy #820C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.56%

 BLUE value IS 41 (16.41% from 255) = 22.4%

R = 71.04%
G = 6.56%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#820C29 (or 0x820C29) is known color: Burgundy. HEX triplet: 82, 0C and 29. RGB value is (130,12,41). Sum of RGB (Red+Green+Blue) = 130+12+41=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #820C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820C29 is #7DF3D6. Grayscale: #323232. Windows color (decimal): -8254423 or 2690178. OLE color: 2690178.

HSL color Cylindrical-coordinate representation of color #820C29: hue angle of 345.25º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C29 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 12 41 -
CMYK 0 0.91 0.68 0.49
HSL 345.25º 0.83% 0.28% -
HSV(B) 345.25º 0.91% 0.51% -
XYZ 9.74 5.17 2.58 -
YUV 50.59 122.59 184.64 -
System Red Green Blue C M Y K H S L
Decimal 130 12 41 0 0.91 0.68 0.49 345.25 0.83 0.28
Hex 82 C 29 0 5B 44 31 159 53 1C
Octal 202 14 51 0 133 104 61 531 123 34
Binary 10000010 1100 101001 0 1011011 1000100 110001 101011001 1010011 11100

Color Harmonies of #820C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C29

Black with #820C29

Text Example


Text Example

White with #820C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820C29; }

 p { color: rgb(130,12,41); }

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

background-color css

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

 a { background-color: rgb(130,12,41); }

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

border-color css

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

 span { border-color: rgb(130,12,41); }

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