Html Css Color HEX #8A0620 Burgundy

📋 copy color: '#8A0620'

red 138 ◦ green 6 ◦ blue 32

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

Shades of Burgundy #8A0620

Tints of Burgundy #8A0620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.41%

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 78.41%
G = 3.41%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#8A0620 (or 0x8A0620) is known color: Burgundy. HEX triplet: 8A, 06 and 20. RGB value is (138,6,32). Sum of RGB (Red+Green+Blue) = 138+6+32=176 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.41% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0620 is #75F9DF. Grayscale: #303030. Windows color (decimal): -7731680 or 2098826. OLE color: 2098826.

HSL color Cylindrical-coordinate representation of color #8A0620: hue angle of 348.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0620 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 6 32 -
CMYK 0 0.96 0.77 0.46
HSL 348.18º 0.92% 0.28% -
HSV(B) 348.18º 0.96% 0.54% -
XYZ 10.81 5.64 1.89 -
YUV 48.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 138 6 32 0 0.96 0.77 0.46 348.18 0.92 0.28
Hex 8A 6 20 0 60 4D 2E 15C 5C 1C
Octal 212 6 40 0 140 115 56 534 134 34
Binary 10001010 110 100000 0 1100000 1001101 101110 101011100 1011100 11100

Color Harmonies of #8A0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0620

Black with #8A0620

Text Example


Text Example

White with #8A0620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,6,32); }

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

background-color css

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

 a { background-color: rgb(138,6,32); }

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

border-color css

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

 span { border-color: rgb(138,6,32); }

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