Html Css Color HEX #8B0640 Burgundy

📋 copy color: '#8B0640'

red 139 ◦ green 6 ◦ blue 64

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

Shades of Burgundy #8B0640

Tints of Burgundy #8B0640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 66.51%
G = 2.87%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8B0640 (or 0x8B0640) is known color: Burgundy. HEX triplet: 8B, 06 and 40. RGB value is (139,6,64). Sum of RGB (Red+Green+Blue) = 139+6+64=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0640 is #74F9BF. Grayscale: #343434. Windows color (decimal): -7666112 or 4195979. OLE color: 4195979.

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

Color convert

RGB 139 6 64 -
CMYK 0 0.96 0.54 0.45
HSL 333.83º 0.92% 0.28% -
HSV(B) 333.83º 0.96% 0.55% -
XYZ 11.64 5.99 5.39 -
YUV 52.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 139 6 64 0 0.96 0.54 0.45 333.83 0.92 0.28
Hex 8B 6 40 0 60 36 2D 14E 5C 1C
Octal 213 6 100 0 140 66 55 516 134 34
Binary 10001011 110 1000000 0 1100000 110110 101101 101001110 1011100 11100

Color Harmonies of #8B0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0640

Black with #8B0640

Text Example


Text Example

White with #8B0640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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