Html Css Color HEX #8A021C Burgundy

📋 copy color: '#8A021C'

red 138 ◦ green 2 ◦ blue 28

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

Shades of Burgundy #8A021C

Tints of Burgundy #8A021C

RGB

 RED value IS 138 (54.3% from 255) = 82.14%

 GREEN value IS 2 (1.17% from 255) = 1.19%

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 82.14%
G = 1.19%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#8A021C (or 0x8A021C) is known color: Burgundy. HEX triplet: 8A, 02 and 1C. RGB value is (138,2,28). Sum of RGB (Red+Green+Blue) = 138+2+28=168 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.14% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 138 - color contains mainly: red. Hex color #8A021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A021C is #75FDE3. Grayscale: #2D2D2D. Windows color (decimal): -7732708 or 1835658. OLE color: 1835658.

HSL color Cylindrical-coordinate representation of color #8A021C: hue angle of 348.53º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A021C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 28 -
CMYK 0 0.99 0.80 0.46
HSL 348.53º 0.97% 0.27% -
HSV(B) 348.53º 0.99% 0.54% -
XYZ 10.71 5.53 1.6 -
YUV 45.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 138 2 28 0 0.99 0.80 0.46 348.53 0.97 0.27
Hex 8A 2 1C 0 63 50 2E 15D 61 1B
Octal 212 2 34 0 143 120 56 535 141 33
Binary 10001010 10 11100 0 1100011 1010000 101110 101011101 1100001 11011

Color Harmonies of #8A021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A021C

Black with #8A021C

Text Example


Text Example

White with #8A021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A021C; }

 p { color: rgb(138,2,28); }

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

background-color css

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

 a { background-color: rgb(138,2,28); }

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

border-color css

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

 span { border-color: rgb(138,2,28); }

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