Html Css Color HEX #8B0C29 Burgundy

📋 copy color: '#8B0C29'

red 139 ◦ green 12 ◦ blue 41

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

Shades of Burgundy #8B0C29

Tints of Burgundy #8B0C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.25%

 BLUE value IS 41 (16.41% from 255) = 21.35%

R = 72.4%
G = 6.25%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B0C29 (or 0x8B0C29) is known color: Burgundy. HEX triplet: 8B, 0C and 29. RGB value is (139,12,41). Sum of RGB (Red+Green+Blue) = 139+12+41=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0C29 is #74F3D6. Grayscale: #353535. Windows color (decimal): -7664599 or 2690187. OLE color: 2690187.

HSL color Cylindrical-coordinate representation of color #8B0C29: hue angle of 346.3º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C29 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 12 41 -
CMYK 0 0.91 0.71 0.45
HSL 346.3º 0.84% 0.3% -
HSV(B) 346.3º 0.91% 0.55% -
XYZ 11.18 5.91 2.65 -
YUV 53.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 139 12 41 0 0.91 0.71 0.45 346.3 0.84 0.3
Hex 8B C 29 0 5B 47 2D 15A 54 1E
Octal 213 14 51 0 133 107 55 532 124 36
Binary 10001011 1100 101001 0 1011011 1000111 101101 101011010 1010100 11110

Color Harmonies of #8B0C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C29

Black with #8B0C29

Text Example


Text Example

White with #8B0C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,12,41); }

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

background-color css

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

 a { background-color: rgb(139,12,41); }

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

border-color css

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

 span { border-color: rgb(139,12,41); }

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