Html Css Color HEX #8A013E Burgundy

📋 copy color: '#8A013E'

red 138 ◦ green 1 ◦ blue 62

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

Shades of Burgundy #8A013E

Tints of Burgundy #8A013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.85%

R = 68.66%
G = 0.5%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#8A013E (or 0x8A013E) is known color: Burgundy. HEX triplet: 8A, 01 and 3E. RGB value is (138,1,62). Sum of RGB (Red+Green+Blue) = 138+1+62=201 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.66% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 138 - color contains mainly: red. Hex color #8A013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A013E is #75FEC1. Grayscale: #303030. Windows color (decimal): -7732930 or 4063626. OLE color: 4063626.

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

Color convert

RGB 138 1 62 -
CMYK 0 0.99 0.55 0.46
HSL 333.28º 0.99% 0.27% -
HSV(B) 333.28º 0.99% 0.54% -
XYZ 11.36 5.77 5.07 -
YUV 48.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 138 1 62 0 0.99 0.55 0.46 333.28 0.99 0.27
Hex 8A 1 3E 0 63 37 2E 14D 63 1B
Octal 212 1 76 0 143 67 56 515 143 33
Binary 10001010 1 111110 0 1100011 110111 101110 101001101 1100011 11011

Color Harmonies of #8A013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A013E

Black with #8A013E

Text Example


Text Example

White with #8A013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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