Html Css Color HEX #8B0D28 Burgundy

📋 copy color: '#8B0D28'

red 139 ◦ green 13 ◦ blue 40

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

Shades of Burgundy #8B0D28

Tints of Burgundy #8B0D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 72.4%
G = 6.77%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B0D28 (or 0x8B0D28) is known color: Burgundy. HEX triplet: 8B, 0D and 28. RGB value is (139,13,40). Sum of RGB (Red+Green+Blue) = 139+13+40=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D28 is #74F2D7. Grayscale: #353535. Windows color (decimal): -7664344 or 2624907. OLE color: 2624907.

HSL color Cylindrical-coordinate representation of color #8B0D28: hue angle of 347.14º 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 #8B0D28 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 13 40 -
CMYK 0 0.91 0.71 0.45
HSL 347.14º 0.83% 0.3% -
HSV(B) 347.14º 0.91% 0.55% -
XYZ 11.17 5.93 2.56 -
YUV 53.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 139 13 40 0 0.91 0.71 0.45 347.14 0.83 0.3
Hex 8B D 28 0 5B 47 2D 15B 53 1E
Octal 213 15 50 0 133 107 55 533 123 36
Binary 10001011 1101 101000 0 1011011 1000111 101101 101011011 1010011 11110

Color Harmonies of #8B0D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0D28

Black with #8B0D28

Text Example


Text Example

White with #8B0D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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