Html Css Color HEX #8B0639 Burgundy

📋 copy color: '#8B0639'

red 139 ◦ green 6 ◦ blue 57

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

Shades of Burgundy #8B0639

Tints of Burgundy #8B0639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.97%

 BLUE value IS 57 (22.66% from 255) = 28.22%

R = 68.81%
G = 2.97%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8B0639 (or 0x8B0639) is known color: Burgundy. HEX triplet: 8B, 06 and 39. RGB value is (139,6,57). Sum of RGB (Red+Green+Blue) = 139+6+57=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0639 is #74F9C6. Grayscale: #333333. Windows color (decimal): -7666119 or 3737227. OLE color: 3737227.

HSL color Cylindrical-coordinate representation of color #8B0639: hue angle of 336.99º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0639 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 6 57 -
CMYK 0 0.96 0.59 0.45
HSL 336.99º 0.92% 0.28% -
HSV(B) 336.99º 0.96% 0.55% -
XYZ 11.45 5.91 4.41 -
YUV 51.58 131.06 190.35 -
System Red Green Blue C M Y K H S L
Decimal 139 6 57 0 0.96 0.59 0.45 336.99 0.92 0.28
Hex 8B 6 39 0 60 3B 2D 151 5C 1C
Octal 213 6 71 0 140 73 55 521 134 34
Binary 10001011 110 111001 0 1100000 111011 101101 101010001 1011100 11100

Color Harmonies of #8B0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0639

Black with #8B0639

Text Example


Text Example

White with #8B0639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,6,57); }

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

background-color css

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

 a { background-color: rgb(139,6,57); }

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

border-color css

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

 span { border-color: rgb(139,6,57); }

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