Html Css Color HEX #8B0033 Burgundy

📋 copy color: '#8B0033'

red 139 ◦ green 0 ◦ blue 51

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

Shades of Burgundy #8B0033

Tints of Burgundy #8B0033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.16%
G = 0%
B = 26.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8B0033 (or 0x8B0033) is known color: Burgundy. HEX triplet: 8B, 00 and 33. RGB value is (139,0,51). Sum of RGB (Red+Green+Blue) = 139+0+51=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0033 is #74FFCC. Grayscale: #2F2F2F. Windows color (decimal): -7667661 or 3342475. OLE color: 3342475.

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

Color convert

RGB 139 0 51 -
CMYK 0 1 0.63 0.45
HSL 337.99º 1% 0.27% -
HSV(B) 337.99º 1% 0.55% -
XYZ 11.25 5.73 3.64 -
YUV 47.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 139 0 51 0 1 0.63 0.45 337.99 1 0.27
Hex 8B 0 33 0 64 3F 2D 152 64 1B
Octal 213 0 63 0 144 77 55 522 144 33
Binary 10001011 0 110011 0 1100100 111111 101101 101010010 1100100 11011

Color Harmonies of #8B0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0033

Black with #8B0033

Text Example


Text Example

White with #8B0033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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