Html Css Color HEX #8A042D Burgundy

📋 copy color: '#8A042D'

red 138 ◦ green 4 ◦ blue 45

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

Shades of Burgundy #8A042D

Tints of Burgundy #8A042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 45 (17.97% from 255) = 24.06%

R = 73.8%
G = 2.14%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A042D (or 0x8A042D) is known color: Burgundy. HEX triplet: 8A, 04 and 2D. RGB value is (138,4,45). Sum of RGB (Red+Green+Blue) = 138+4+45=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A042D is #75FBD2. Grayscale: #303030. Windows color (decimal): -7732179 or 2950282. OLE color: 2950282.

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

Color convert

RGB 138 4 45 -
CMYK 0 0.97 0.67 0.46
HSL 341.64º 0.94% 0.28% -
HSV(B) 341.64º 0.97% 0.54% -
XYZ 11 5.68 3 -
YUV 48.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 138 4 45 0 0.97 0.67 0.46 341.64 0.94 0.28
Hex 8A 4 2D 0 61 43 2E 156 5E 1C
Octal 212 4 55 0 141 103 56 526 136 34
Binary 10001010 100 101101 0 1100001 1000011 101110 101010110 1011110 11100

Color Harmonies of #8A042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A042D

Black with #8A042D

Text Example


Text Example

White with #8A042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,4,45); }

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

background-color css

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

 a { background-color: rgb(138,4,45); }

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

border-color css

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

 span { border-color: rgb(138,4,45); }

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