Html Css Color HEX #821027 Burgundy

📋 copy color: '#821027'

red 130 ◦ green 16 ◦ blue 39

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

Shades of Burgundy #821027

Tints of Burgundy #821027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 70.27%
G = 8.65%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#821027 (or 0x821027) is known color: Burgundy. HEX triplet: 82, 10 and 27. RGB value is (130,16,39). Sum of RGB (Red+Green+Blue) = 130+16+39=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821027 is #7DEFD8. Grayscale: #343434. Windows color (decimal): -8253401 or 2560130. OLE color: 2560130.

HSL color Cylindrical-coordinate representation of color #821027: hue angle of 347.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821027 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 16 39 -
CMYK 0 0.88 0.70 0.49
HSL 347.89º 0.78% 0.29% -
HSV(B) 347.89º 0.88% 0.51% -
XYZ 9.76 5.26 2.42 -
YUV 52.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 130 16 39 0 0.88 0.70 0.49 347.89 0.78 0.29
Hex 82 10 27 0 58 46 31 15C 4E 1D
Octal 202 20 47 0 130 106 61 534 116 35
Binary 10000010 10000 100111 0 1011000 1000110 110001 101011100 1001110 11101

Color Harmonies of #821027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821027

Black with #821027

Text Example


Text Example

White with #821027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821027; }

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

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

background-color css

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

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

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

border-color css

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

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

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