Html Css Color HEX #8B0138 Burgundy

📋 copy color: '#8B0138'

red 139 ◦ green 1 ◦ blue 56

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

Shades of Burgundy #8B0138

Tints of Burgundy #8B0138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.57%

R = 70.92%
G = 0.51%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#8B0138 (or 0x8B0138) is known color: Burgundy. HEX triplet: 8B, 01 and 38. RGB value is (139,1,56). Sum of RGB (Red+Green+Blue) = 139+1+56=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0138 is #74FEC7. Grayscale: #303030. Windows color (decimal): -7667400 or 3670411. OLE color: 3670411.

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

Color convert

RGB 139 1 56 -
CMYK 0 0.99 0.60 0.45
HSL 336.09º 0.99% 0.27% -
HSV(B) 336.09º 0.99% 0.55% -
XYZ 11.37 5.8 4.26 -
YUV 48.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 139 1 56 0 0.99 0.60 0.45 336.09 0.99 0.27
Hex 8B 1 38 0 63 3C 2D 150 63 1B
Octal 213 1 70 0 143 74 55 520 143 33
Binary 10001011 1 111000 0 1100011 111100 101101 101010000 1100011 11011

Color Harmonies of #8B0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0138

Black with #8B0138

Text Example


Text Example

White with #8B0138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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