Html Css Color HEX #8B0134 Burgundy

📋 copy color: '#8B0134'

red 139 ◦ green 1 ◦ blue 52

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

Shades of Burgundy #8B0134

Tints of Burgundy #8B0134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.08%

R = 72.4%
G = 0.52%
B = 27.08%

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

#8B0134 (or 0x8B0134) is known color: Burgundy. HEX triplet: 8B, 01 and 34. RGB value is (139,1,52). Sum of RGB (Red+Green+Blue) = 139+1+52=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0134 is #74FECB. Grayscale: #303030. Windows color (decimal): -7667404 or 3408267. OLE color: 3408267.

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

Color convert

RGB 139 1 52 -
CMYK 0 0.99 0.63 0.45
HSL 337.83º 0.99% 0.27% -
HSV(B) 337.83º 0.99% 0.55% -
XYZ 11.28 5.76 3.77 -
YUV 48.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 139 1 52 0 0.99 0.63 0.45 337.83 0.99 0.27
Hex 8B 1 34 0 63 3F 2D 152 63 1B
Octal 213 1 64 0 143 77 55 522 143 33
Binary 10001011 1 110100 0 1100011 111111 101101 101010010 1100011 11011

Color Harmonies of #8B0134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0134

Black with #8B0134

Text Example


Text Example

White with #8B0134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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