Html Css Color HEX #8A031E Burgundy

📋 copy color: '#8A031E'

red 138 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #8A031E

Tints of Burgundy #8A031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 80.7%
G = 1.75%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A031E (or 0x8A031E) is known color: Burgundy. HEX triplet: 8A, 03 and 1E. RGB value is (138,3,30). Sum of RGB (Red+Green+Blue) = 138+3+30=171 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.70% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 138 - color contains mainly: red. Hex color #8A031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A031E is #75FCE1. Grayscale: #2E2E2E. Windows color (decimal): -7732450 or 1966986. OLE color: 1966986.

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

Color convert

RGB 138 3 30 -
CMYK 0 0.98 0.78 0.46
HSL 348º 0.96% 0.28% -
HSV(B) 348º 0.98% 0.54% -
XYZ 10.75 5.56 1.74 -
YUV 46.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 138 3 30 0 0.98 0.78 0.46 348 0.96 0.28
Hex 8A 3 1E 0 62 4E 2E 15C 60 1C
Octal 212 3 36 0 142 116 56 534 140 34
Binary 10001010 11 11110 0 1100010 1001110 101110 101011100 1100000 11100

Color Harmonies of #8A031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A031E

Black with #8A031E

Text Example


Text Example

White with #8A031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,30); }

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

background-color css

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

 a { background-color: rgb(138,3,30); }

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

border-color css

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

 span { border-color: rgb(138,3,30); }

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