Html Css Color HEX #8B0F24 Burgundy

📋 copy color: '#8B0F24'

red 139 ◦ green 15 ◦ blue 36

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

Shades of Burgundy #8B0F24

Tints of Burgundy #8B0F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.89%

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

R = 73.16%
G = 7.89%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8B0F24 (or 0x8B0F24) is known color: Burgundy. HEX triplet: 8B, 0F and 24. RGB value is (139,15,36). Sum of RGB (Red+Green+Blue) = 139+15+36=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F24 is #74F0DB. Grayscale: #363636. Windows color (decimal): -7663836 or 2363275. OLE color: 2363275.

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

Color convert

RGB 139 15 36 -
CMYK 0 0.89 0.74 0.45
HSL 349.84º 0.81% 0.3% -
HSV(B) 349.84º 0.89% 0.55% -
XYZ 11.14 5.96 2.23 -
YUV 54.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 139 15 36 0 0.89 0.74 0.45 349.84 0.81 0.3
Hex 8B F 24 0 59 4A 2D 15E 51 1E
Octal 213 17 44 0 131 112 55 536 121 36
Binary 10001011 1111 100100 0 1011001 1001010 101101 101011110 1010001 11110

Color Harmonies of #8B0F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0F24

Black with #8B0F24

Text Example


Text Example

White with #8B0F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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