Html Css Color HEX #8A001C Burgundy

📋 copy color: '#8A001C'

red 138 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #8A001C

Tints of Burgundy #8A001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.13%
G = 0%
B = 16.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#8A001C (or 0x8A001C) is known color: Burgundy. HEX triplet: 8A, 00 and 1C. RGB value is (138,0,28). Sum of RGB (Red+Green+Blue) = 138+0+28=166 (21% of max value = 765). Red value is 138 (54.30% from 255 or 83.13% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 138 - color contains mainly: red. Hex color #8A001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A001C is #75FFE3. Grayscale: #2C2C2C. Windows color (decimal): -7733220 or 1835146. OLE color: 1835146.

HSL color Cylindrical-coordinate representation of color #8A001C: hue angle of 347.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A001C is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 0 28 -
CMYK 0 1 0.80 0.46
HSL 347.83º 1% 0.27% -
HSV(B) 347.83º 1% 0.54% -
XYZ 10.69 5.49 1.59 -
YUV 44.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 138 0 28 0 1 0.80 0.46 347.83 1 0.27
Hex 8A 0 1C 0 64 50 2E 15C 64 1B
Octal 212 0 34 0 144 120 56 534 144 33
Binary 10001010 0 11100 0 1100100 1010000 101110 101011100 1100100 11011

Color Harmonies of #8A001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A001C

Black with #8A001C

Text Example


Text Example

White with #8A001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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