Html Css Color HEX #8A1022 Burgundy

📋 copy color: '#8A1022'

red 138 ◦ green 16 ◦ blue 34

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

Shades of Burgundy #8A1022

Tints of Burgundy #8A1022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.09%

R = 73.4%
G = 8.51%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#8A1022 (or 0x8A1022) is known color: Burgundy. HEX triplet: 8A, 10 and 22. RGB value is (138,16,34). Sum of RGB (Red+Green+Blue) = 138+16+34=188 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.40% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1022 is #75EFDD. Grayscale: #363636. Windows color (decimal): -7729118 or 2232458. OLE color: 2232458.

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

Color convert

RGB 138 16 34 -
CMYK 0 0.88 0.75 0.46
HSL 351.15º 0.79% 0.3% -
HSV(B) 351.15º 0.88% 0.54% -
XYZ 10.96 5.89 2.07 -
YUV 54.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 138 16 34 0 0.88 0.75 0.46 351.15 0.79 0.3
Hex 8A 10 22 0 58 4B 2E 15F 4F 1E
Octal 212 20 42 0 130 113 56 537 117 36
Binary 10001010 10000 100010 0 1011000 1001011 101110 101011111 1001111 11110

Color Harmonies of #8A1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1022

Black with #8A1022

Text Example


Text Example

White with #8A1022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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