Html Css Color HEX #8B0733 Burgundy

📋 copy color: '#8B0733'

red 139 ◦ green 7 ◦ blue 51

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

Shades of Burgundy #8B0733

Tints of Burgundy #8B0733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.55%

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 70.56%
G = 3.55%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8B0733 (or 0x8B0733) is known color: Burgundy. HEX triplet: 8B, 07 and 33. RGB value is (139,7,51). Sum of RGB (Red+Green+Blue) = 139+7+51=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0733 is #74F8CC. Grayscale: #333333. Windows color (decimal): -7665869 or 3344267. OLE color: 3344267.

HSL color Cylindrical-coordinate representation of color #8B0733: hue angle of 340º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0733 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 7 51 -
CMYK 0 0.95 0.63 0.45
HSL 340º 0.9% 0.29% -
HSV(B) 340º 0.95% 0.55% -
XYZ 11.32 5.88 3.67 -
YUV 51.48 127.73 190.42 -
System Red Green Blue C M Y K H S L
Decimal 139 7 51 0 0.95 0.63 0.45 340 0.9 0.29
Hex 8B 7 33 0 5F 3F 2D 154 5A 1D
Octal 213 7 63 0 137 77 55 524 132 35
Binary 10001011 111 110011 0 1011111 111111 101101 101010100 1011010 11101

Color Harmonies of #8B0733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0733

Black with #8B0733

Text Example


Text Example

White with #8B0733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,7,51); }

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

background-color css

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

 a { background-color: rgb(139,7,51); }

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

border-color css

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

 span { border-color: rgb(139,7,51); }

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