Html Css Color HEX #8A052D Burgundy

📋 copy color: '#8A052D'

red 138 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #8A052D

Tints of Burgundy #8A052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

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

R = 73.4%
G = 2.66%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A052D (or 0x8A052D) is known color: Burgundy. HEX triplet: 8A, 05 and 2D. RGB value is (138,5,45). Sum of RGB (Red+Green+Blue) = 138+5+45=188 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.40% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 138 - color contains mainly: red. Hex color #8A052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A052D is #75FAD2. Grayscale: #313131. Windows color (decimal): -7731923 or 2950538. OLE color: 2950538.

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

Color convert

RGB 138 5 45 -
CMYK 0 0.96 0.67 0.46
HSL 341.95º 0.93% 0.28% -
HSV(B) 341.95º 0.96% 0.54% -
XYZ 11.01 5.7 3 -
YUV 49.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 138 5 45 0 0.96 0.67 0.46 341.95 0.93 0.28
Hex 8A 5 2D 0 60 43 2E 156 5D 1C
Octal 212 5 55 0 140 103 56 526 135 34
Binary 10001010 101 101101 0 1100000 1000011 101110 101010110 1011101 11100

Color Harmonies of #8A052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A052D

Black with #8A052D

Text Example


Text Example

White with #8A052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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