Html Css Color HEX #8A021D Burgundy

📋 copy color: '#8A021D'

red 138 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #8A021D

Tints of Burgundy #8A021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 81.66%
G = 1.18%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#8A021D (or 0x8A021D) is known color: Burgundy. HEX triplet: 8A, 02 and 1D. RGB value is (138,2,29). Sum of RGB (Red+Green+Blue) = 138+2+29=169 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.66% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 138 - color contains mainly: red. Hex color #8A021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A021D is #75FDE2. Grayscale: #2D2D2D. Windows color (decimal): -7732707 or 1901194. OLE color: 1901194.

HSL color Cylindrical-coordinate representation of color #8A021D: hue angle of 348.09º 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 #8A021D is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 29 -
CMYK 0 0.99 0.79 0.46
HSL 348.09º 0.97% 0.27% -
HSV(B) 348.09º 0.99% 0.54% -
XYZ 10.72 5.54 1.67 -
YUV 45.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 138 2 29 0 0.99 0.79 0.46 348.09 0.97 0.27
Hex 8A 2 1D 0 63 4F 2E 15C 61 1B
Octal 212 2 35 0 143 117 56 534 141 33
Binary 10001010 10 11101 0 1100011 1001111 101110 101011100 1100001 11011

Color Harmonies of #8A021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A021D

Black with #8A021D

Text Example


Text Example

White with #8A021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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