Html Css Color HEX #8A031C Burgundy

📋 copy color: '#8A031C'

red 138 ◦ green 3 ◦ blue 28

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

Shades of Burgundy #8A031C

Tints of Burgundy #8A031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 81.66%
G = 1.78%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#8A031C (or 0x8A031C) is known color: Burgundy. HEX triplet: 8A, 03 and 1C. RGB value is (138,3,28). Sum of RGB (Red+Green+Blue) = 138+3+28=169 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.66% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 138 - color contains mainly: red. Hex color #8A031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A031C is #75FCE3. Grayscale: #2E2E2E. Windows color (decimal): -7732452 or 1835914. OLE color: 1835914.

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

Color convert

RGB 138 3 28 -
CMYK 0 0.98 0.80 0.46
HSL 348.89º 0.96% 0.28% -
HSV(B) 348.89º 0.98% 0.54% -
XYZ 10.72 5.55 1.61 -
YUV 46.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 138 3 28 0 0.98 0.80 0.46 348.89 0.96 0.28
Hex 8A 3 1C 0 62 50 2E 15D 60 1C
Octal 212 3 34 0 142 120 56 535 140 34
Binary 10001010 11 11100 0 1100010 1010000 101110 101011101 1100000 11100

Color Harmonies of #8A031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A031C

Black with #8A031C

Text Example


Text Example

White with #8A031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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