Html Css Color HEX #8B0D24 Burgundy

📋 copy color: '#8B0D24'

red 139 ◦ green 13 ◦ blue 36

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

Shades of Burgundy #8B0D24

Tints of Burgundy #8B0D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.91%

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

R = 73.94%
G = 6.91%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8B0D24 (or 0x8B0D24) is known color: Burgundy. HEX triplet: 8B, 0D and 24. RGB value is (139,13,36). Sum of RGB (Red+Green+Blue) = 139+13+36=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D24 is #74F2DB. Grayscale: #353535. Windows color (decimal): -7664348 or 2362763. OLE color: 2362763.

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

Color convert

RGB 139 13 36 -
CMYK 0 0.91 0.74 0.45
HSL 349.05º 0.83% 0.3% -
HSV(B) 349.05º 0.91% 0.55% -
XYZ 11.11 5.9 2.22 -
YUV 53.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 139 13 36 0 0.91 0.74 0.45 349.05 0.83 0.3
Hex 8B D 24 0 5B 4A 2D 15D 53 1E
Octal 213 15 44 0 133 112 55 535 123 36
Binary 10001011 1101 100100 0 1011011 1001010 101101 101011101 1010011 11110

Color Harmonies of #8B0D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0D24

Black with #8B0D24

Text Example


Text Example

White with #8B0D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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