Html Css Color HEX #8B0324 Burgundy

📋 copy color: '#8B0324'

red 139 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #8B0324

Tints of Burgundy #8B0324

RGB

 RED value IS 139 (54.69% from 255) = 78.09%

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

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

R = 78.09%
G = 1.69%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8B0324 (or 0x8B0324) is known color: Burgundy. HEX triplet: 8B, 03 and 24. RGB value is (139,3,36). Sum of RGB (Red+Green+Blue) = 139+3+36=178 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.09% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0324 is #74FCDB. Grayscale: #2F2F2F. Windows color (decimal): -7666908 or 2360203. OLE color: 2360203.

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

Color convert

RGB 139 3 36 -
CMYK 0 0.98 0.74 0.45
HSL 345.44º 0.96% 0.28% -
HSV(B) 345.44º 0.98% 0.55% -
XYZ 11 5.68 2.19 -
YUV 47.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 139 3 36 0 0.98 0.74 0.45 345.44 0.96 0.28
Hex 8B 3 24 0 62 4A 2D 159 60 1C
Octal 213 3 44 0 142 112 55 531 140 34
Binary 10001011 11 100100 0 1100010 1001010 101101 101011001 1100000 11100

Color Harmonies of #8B0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0324

Black with #8B0324

Text Example


Text Example

White with #8B0324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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