Html Css Color HEX #8A0539 Burgundy

📋 copy color: '#8A0539'

red 138 ◦ green 5 ◦ blue 57

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

Shades of Burgundy #8A0539

Tints of Burgundy #8A0539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.5%

R = 69%
G = 2.5%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#8A0539 (or 0x8A0539) is known color: Burgundy. HEX triplet: 8A, 05 and 39. RGB value is (138,5,57). Sum of RGB (Red+Green+Blue) = 138+5+57=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0539 is #75FAC6. Grayscale: #323232. Windows color (decimal): -7731911 or 3736970. OLE color: 3736970.

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

Color convert

RGB 138 5 57 -
CMYK 0 0.96 0.59 0.46
HSL 336.54º 0.93% 0.28% -
HSV(B) 336.54º 0.96% 0.54% -
XYZ 11.27 5.81 4.4 -
YUV 50.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 138 5 57 0 0.96 0.59 0.46 336.54 0.93 0.28
Hex 8A 5 39 0 60 3B 2E 151 5D 1C
Octal 212 5 71 0 140 73 56 521 135 34
Binary 10001010 101 111001 0 1100000 111011 101110 101010001 1011101 11100

Color Harmonies of #8A0539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0539

Black with #8A0539

Text Example


Text Example

White with #8A0539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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