Html Css Color HEX #8B013C Burgundy

📋 copy color: '#8B013C'

red 139 ◦ green 1 ◦ blue 60

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

Shades of Burgundy #8B013C

Tints of Burgundy #8B013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30%

R = 69.5%
G = 0.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8B013C (or 0x8B013C) is known color: Burgundy. HEX triplet: 8B, 01 and 3C. RGB value is (139,1,60). Sum of RGB (Red+Green+Blue) = 139+1+60=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B013C is #74FEC3. Grayscale: #303030. Windows color (decimal): -7667396 or 3932555. OLE color: 3932555.

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

Color convert

RGB 139 1 60 -
CMYK 0 0.99 0.57 0.45
HSL 334.35º 0.99% 0.27% -
HSV(B) 334.35º 0.99% 0.55% -
XYZ 11.47 5.84 4.8 -
YUV 48.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 139 1 60 0 0.99 0.57 0.45 334.35 0.99 0.27
Hex 8B 1 3C 0 63 39 2D 14E 63 1B
Octal 213 1 74 0 143 71 55 516 143 33
Binary 10001011 1 111100 0 1100011 111001 101101 101001110 1100011 11011

Color Harmonies of #8B013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B013C

Black with #8B013C

Text Example


Text Example

White with #8B013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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