Html Css Color HEX #8B0337 Burgundy

📋 copy color: '#8B0337'

red 139 ◦ green 3 ◦ blue 55

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

Shades of Burgundy #8B0337

Tints of Burgundy #8B0337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 70.56%
G = 1.52%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#8B0337 (or 0x8B0337) is known color: Burgundy. HEX triplet: 8B, 03 and 37. RGB value is (139,3,55). Sum of RGB (Red+Green+Blue) = 139+3+55=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0337 is #74FCC8. Grayscale: #313131. Windows color (decimal): -7666889 or 3605387. OLE color: 3605387.

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

Color convert

RGB 139 3 55 -
CMYK 0 0.98 0.60 0.45
HSL 337.06º 0.96% 0.28% -
HSV(B) 337.06º 0.98% 0.55% -
XYZ 11.37 5.83 4.14 -
YUV 49.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 139 3 55 0 0.98 0.60 0.45 337.06 0.96 0.28
Hex 8B 3 37 0 62 3C 2D 151 60 1C
Octal 213 3 67 0 142 74 55 521 140 34
Binary 10001011 11 110111 0 1100010 111100 101101 101010001 1100000 11100

Color Harmonies of #8B0337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0337

Black with #8B0337

Text Example


Text Example

White with #8B0337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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