Html Css Color HEX #8A013F Burgundy

📋 copy color: '#8A013F'

red 138 ◦ green 1 ◦ blue 63

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

Shades of Burgundy #8A013F

Tints of Burgundy #8A013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 68.32%
G = 0.5%
B = 31.19%

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

#8A013F (or 0x8A013F) is known color: Burgundy. HEX triplet: 8A, 01 and 3F. RGB value is (138,1,63). Sum of RGB (Red+Green+Blue) = 138+1+63=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A013F is #75FEC0. Grayscale: #303030. Windows color (decimal): -7732929 or 4129162. OLE color: 4129162.

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

Color convert

RGB 138 1 63 -
CMYK 0 0.99 0.54 0.46
HSL 332.85º 0.99% 0.27% -
HSV(B) 332.85º 0.99% 0.54% -
XYZ 11.39 5.78 5.22 -
YUV 49.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 138 1 63 0 0.99 0.54 0.46 332.85 0.99 0.27
Hex 8A 1 3F 0 63 36 2E 14D 63 1B
Octal 212 1 77 0 143 66 56 515 143 33
Binary 10001010 1 111111 0 1100011 110110 101110 101001101 1100011 11011

Color Harmonies of #8A013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A013F

Black with #8A013F

Text Example


Text Example

White with #8A013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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