Html Css Color HEX #820127 Burgundy

📋 copy color: '#820127'

red 130 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #820127

Tints of Burgundy #820127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.94%

R = 76.47%
G = 0.59%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#820127 (or 0x820127) is known color: Burgundy. HEX triplet: 82, 01 and 27. RGB value is (130,1,39). Sum of RGB (Red+Green+Blue) = 130+1+39=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #820127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820127 is #7DFED8. Grayscale: #2B2B2B. Windows color (decimal): -8257241 or 2556290. OLE color: 2556290.

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

Color convert

RGB 130 1 39 -
CMYK 0 0.99 0.70 0.49
HSL 342.33º 0.98% 0.26% -
HSV(B) 342.33º 0.99% 0.51% -
XYZ 9.58 4.91 2.36 -
YUV 43.9 125.24 189.41 -
System Red Green Blue C M Y K H S L
Decimal 130 1 39 0 0.99 0.70 0.49 342.33 0.98 0.26
Hex 82 1 27 0 63 46 31 156 62 1A
Octal 202 1 47 0 143 106 61 526 142 32
Binary 10000010 1 100111 0 1100011 1000110 110001 101010110 1100010 11010

Color Harmonies of #820127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820127

Black with #820127

Text Example


Text Example

White with #820127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820127; }

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

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

background-color css

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

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

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

border-color css

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

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

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