Html Css Color HEX #8A081D Burgundy

📋 copy color: '#8A081D'

red 138 ◦ green 8 ◦ blue 29

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

Shades of Burgundy #8A081D

Tints of Burgundy #8A081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 78.86%
G = 4.57%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#8A081D (or 0x8A081D) is known color: Burgundy. HEX triplet: 8A, 08 and 1D. RGB value is (138,8,29). Sum of RGB (Red+Green+Blue) = 138+8+29=175 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.86% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 138 - color contains mainly: red. Hex color #8A081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A081D is #75F7E2. Grayscale: #313131. Windows color (decimal): -7731171 or 1902730. OLE color: 1902730.

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

Color convert

RGB 138 8 29 -
CMYK 0 0.94 0.79 0.46
HSL 350.31º 0.89% 0.29% -
HSV(B) 350.31º 0.94% 0.54% -
XYZ 10.79 5.67 1.69 -
YUV 49.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 138 8 29 0 0.94 0.79 0.46 350.31 0.89 0.29
Hex 8A 8 1D 0 5E 4F 2E 15E 59 1D
Octal 212 10 35 0 136 117 56 536 131 35
Binary 10001010 1000 11101 0 1011110 1001111 101110 101011110 1011001 11101

Color Harmonies of #8A081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A081D

Black with #8A081D

Text Example


Text Example

White with #8A081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,8,29); }

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

background-color css

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

 a { background-color: rgb(138,8,29); }

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

border-color css

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

 span { border-color: rgb(138,8,29); }

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