Html Css Color HEX #8A1036 Burgundy

📋 copy color: '#8A1036'

red 138 ◦ green 16 ◦ blue 54

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

Shades of Burgundy #8A1036

Tints of Burgundy #8A1036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 54 (21.48% from 255) = 25.96%

R = 66.35%
G = 7.69%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#8A1036 (or 0x8A1036) is known color: Burgundy. HEX triplet: 8A, 10 and 36. RGB value is (138,16,54). Sum of RGB (Red+Green+Blue) = 138+16+54=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1036 is #75EFC9. Grayscale: #383838. Windows color (decimal): -7729098 or 3543178. OLE color: 3543178.

HSL color Cylindrical-coordinate representation of color #8A1036: hue angle of 341.31º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1036 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 16 54 -
CMYK 0 0.88 0.61 0.46
HSL 341.31º 0.79% 0.3% -
HSV(B) 341.31º 0.88% 0.54% -
XYZ 11.33 6.04 4.06 -
YUV 56.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 138 16 54 0 0.88 0.61 0.46 341.31 0.79 0.3
Hex 8A 10 36 0 58 3D 2E 155 4F 1E
Octal 212 20 66 0 130 75 56 525 117 36
Binary 10001010 10000 110110 0 1011000 111101 101110 101010101 1001111 11110

Color Harmonies of #8A1036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1036

Black with #8A1036

Text Example


Text Example

White with #8A1036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,16,54); }

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

background-color css

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

 a { background-color: rgb(138,16,54); }

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

border-color css

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

 span { border-color: rgb(138,16,54); }

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