Html Css Color HEX #8A0324 Burgundy

📋 copy color: '#8A0324'

red 138 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #8A0324

Tints of Burgundy #8A0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 36 (14.45% from 255) = 20.34%

R = 77.97%
G = 1.69%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#8A0324 (or 0x8A0324) is known color: Burgundy. HEX triplet: 8A, 03 and 24. RGB value is (138,3,36). Sum of RGB (Red+Green+Blue) = 138+3+36=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0324 is #75FCDB. Grayscale: #2F2F2F. Windows color (decimal): -7732444 or 2360202. OLE color: 2360202.

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

Color convert

RGB 138 3 36 -
CMYK 0 0.98 0.74 0.46
HSL 345.33º 0.96% 0.28% -
HSV(B) 345.33º 0.98% 0.54% -
XYZ 10.83 5.6 2.18 -
YUV 47.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 138 3 36 0 0.98 0.74 0.46 345.33 0.96 0.28
Hex 8A 3 24 0 62 4A 2E 159 60 1C
Octal 212 3 44 0 142 112 56 531 140 34
Binary 10001010 11 100100 0 1100010 1001010 101110 101011001 1100000 11100

Color Harmonies of #8A0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0324

Black with #8A0324

Text Example


Text Example

White with #8A0324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,36); }

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

background-color css

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

 a { background-color: rgb(138,3,36); }

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

border-color css

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

 span { border-color: rgb(138,3,36); }

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