Html Css Color HEX #8A023F Burgundy

📋 copy color: '#8A023F'

red 138 ◦ green 2 ◦ blue 63

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

Shades of Burgundy #8A023F

Tints of Burgundy #8A023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.03%

R = 67.98%
G = 0.99%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#8A023F (or 0x8A023F) is known color: Burgundy. HEX triplet: 8A, 02 and 3F. RGB value is (138,2,63). Sum of RGB (Red+Green+Blue) = 138+2+63=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A023F is #75FDC0. Grayscale: #313131. Windows color (decimal): -7732673 or 4129418. OLE color: 4129418.

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

Color convert

RGB 138 2 63 -
CMYK 0 0.99 0.54 0.46
HSL 333.09º 0.97% 0.27% -
HSV(B) 333.09º 0.99% 0.54% -
XYZ 11.4 5.81 5.22 -
YUV 49.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 138 2 63 0 0.99 0.54 0.46 333.09 0.97 0.27
Hex 8A 2 3F 0 63 36 2E 14D 61 1B
Octal 212 2 77 0 143 66 56 515 141 33
Binary 10001010 10 111111 0 1100011 110110 101110 101001101 1100001 11011

Color Harmonies of #8A023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A023F

Black with #8A023F

Text Example


Text Example

White with #8A023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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