Html Css Color HEX #8B0E38 Burgundy

📋 copy color: '#8B0E38'

red 139 ◦ green 14 ◦ blue 56

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

Shades of Burgundy #8B0E38

Tints of Burgundy #8B0E38

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.7%

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 66.51%
G = 6.7%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#8B0E38 (or 0x8B0E38) is known color: Burgundy. HEX triplet: 8B, 0E and 38. RGB value is (139,14,56). Sum of RGB (Red+Green+Blue) = 139+14+56=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0E38 is #74F1C7. Grayscale: #383838. Windows color (decimal): -7664072 or 3673739. OLE color: 3673739.

HSL color Cylindrical-coordinate representation of color #8B0E38: hue angle of 339.84º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E38 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 14 56 -
CMYK 0 0.90 0.60 0.45
HSL 339.84º 0.82% 0.3% -
HSV(B) 339.84º 0.9% 0.55% -
XYZ 11.52 6.09 4.31 -
YUV 56.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 139 14 56 0 0.90 0.60 0.45 339.84 0.82 0.3
Hex 8B E 38 0 5A 3C 2D 154 52 1E
Octal 213 16 70 0 132 74 55 524 122 36
Binary 10001011 1110 111000 0 1011010 111100 101101 101010100 1010010 11110

Color Harmonies of #8B0E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0E38

Black with #8B0E38

Text Example


Text Example

White with #8B0E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,14,56); }

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

background-color css

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

 a { background-color: rgb(139,14,56); }

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

border-color css

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

 span { border-color: rgb(139,14,56); }

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