Html Css Color HEX #8A022C Burgundy

📋 copy color: '#8A022C'

red 138 ◦ green 2 ◦ blue 44

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

Shades of Burgundy #8A022C

Tints of Burgundy #8A022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.91%

R = 75%
G = 1.09%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#8A022C (or 0x8A022C) is known color: Burgundy. HEX triplet: 8A, 02 and 2C. RGB value is (138,2,44). Sum of RGB (Red+Green+Blue) = 138+2+44=184 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 138 - color contains mainly: red. Hex color #8A022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A022C is #75FDD3. Grayscale: #2F2F2F. Windows color (decimal): -7732692 or 2884234. OLE color: 2884234.

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

Color convert

RGB 138 2 44 -
CMYK 0 0.99 0.68 0.46
HSL 341.47º 0.97% 0.27% -
HSV(B) 341.47º 0.99% 0.54% -
XYZ 10.96 5.63 2.89 -
YUV 47.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 138 2 44 0 0.99 0.68 0.46 341.47 0.97 0.27
Hex 8A 2 2C 0 63 44 2E 155 61 1B
Octal 212 2 54 0 143 104 56 525 141 33
Binary 10001010 10 101100 0 1100011 1000100 101110 101010101 1100001 11011

Color Harmonies of #8A022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A022C

Black with #8A022C

Text Example


Text Example

White with #8A022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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