Html Css Color HEX #8B0133 Burgundy

📋 copy color: '#8B0133'

red 139 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #8B0133

Tints of Burgundy #8B0133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 72.77%
G = 0.52%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8B0133 (or 0x8B0133) is known color: Burgundy. HEX triplet: 8B, 01 and 33. RGB value is (139,1,51). Sum of RGB (Red+Green+Blue) = 139+1+51=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0133 is #74FECC. Grayscale: #2F2F2F. Windows color (decimal): -7667405 or 3342731. OLE color: 3342731.

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

Color convert

RGB 139 1 51 -
CMYK 0 0.99 0.63 0.45
HSL 338.26º 0.99% 0.27% -
HSV(B) 338.26º 0.99% 0.55% -
XYZ 11.26 5.75 3.65 -
YUV 47.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 139 1 51 0 0.99 0.63 0.45 338.26 0.99 0.27
Hex 8B 1 33 0 63 3F 2D 152 63 1B
Octal 213 1 63 0 143 77 55 522 143 33
Binary 10001011 1 110011 0 1100011 111111 101101 101010010 1100011 11011

Color Harmonies of #8B0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0133

Black with #8B0133

Text Example


Text Example

White with #8B0133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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