Html Css Color HEX #8A102C Burgundy

📋 copy color: '#8A102C'

red 138 ◦ green 16 ◦ blue 44

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

Shades of Burgundy #8A102C

Tints of Burgundy #8A102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.22%

R = 69.7%
G = 8.08%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#8A102C (or 0x8A102C) is known color: Burgundy. HEX triplet: 8A, 10 and 2C. RGB value is (138,16,44). Sum of RGB (Red+Green+Blue) = 138+16+44=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A102C is #75EFD3. Grayscale: #373737. Windows color (decimal): -7729108 or 2887818. OLE color: 2887818.

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

Color convert

RGB 138 16 44 -
CMYK 0 0.88 0.68 0.46
HSL 346.23º 0.79% 0.3% -
HSV(B) 346.23º 0.88% 0.54% -
XYZ 11.12 5.96 2.95 -
YUV 55.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 138 16 44 0 0.88 0.68 0.46 346.23 0.79 0.3
Hex 8A 10 2C 0 58 44 2E 15A 4F 1E
Octal 212 20 54 0 130 104 56 532 117 36
Binary 10001010 10000 101100 0 1011000 1000100 101110 101011010 1001111 11110

Color Harmonies of #8A102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A102C

Black with #8A102C

Text Example


Text Example

White with #8A102C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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