Html Css Color HEX #8B0132 Burgundy

📋 copy color: '#8B0132'

red 139 ◦ green 1 ◦ blue 50

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

Shades of Burgundy #8B0132

Tints of Burgundy #8B0132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.32%

R = 73.16%
G = 0.53%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8B0132 (or 0x8B0132) is known color: Burgundy. HEX triplet: 8B, 01 and 32. RGB value is (139,1,50). Sum of RGB (Red+Green+Blue) = 139+1+50=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0132 is #74FECD. Grayscale: #2F2F2F. Windows color (decimal): -7667406 or 3277195. OLE color: 3277195.

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

Color convert

RGB 139 1 50 -
CMYK 0 0.99 0.64 0.45
HSL 338.7º 0.99% 0.27% -
HSV(B) 338.7º 0.99% 0.55% -
XYZ 11.23 5.74 3.53 -
YUV 47.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 139 1 50 0 0.99 0.64 0.45 338.7 0.99 0.27
Hex 8B 1 32 0 63 40 2D 153 63 1B
Octal 213 1 62 0 143 100 55 523 143 33
Binary 10001011 1 110010 0 1100011 1000000 101101 101010011 1100011 11011

Color Harmonies of #8B0132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0132

Black with #8B0132

Text Example


Text Example

White with #8B0132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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