Html Css Color HEX #8B0B2E Burgundy

📋 copy color: '#8B0B2E'

red 139 ◦ green 11 ◦ blue 46

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

Shades of Burgundy #8B0B2E

Tints of Burgundy #8B0B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.61%

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 70.92%
G = 5.61%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8B0B2E (or 0x8B0B2E) is known color: Burgundy. HEX triplet: 8B, 0B and 2E. RGB value is (139,11,46). Sum of RGB (Red+Green+Blue) = 139+11+46=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0B2E is #74F4D1. Grayscale: #353535. Windows color (decimal): -7664850 or 3017611. OLE color: 3017611.

HSL color Cylindrical-coordinate representation of color #8B0B2E: hue angle of 343.59º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B2E is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 11 46 -
CMYK 0 0.92 0.67 0.45
HSL 343.59º 0.85% 0.29% -
HSV(B) 343.59º 0.92% 0.55% -
XYZ 11.26 5.93 3.14 -
YUV 53.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 139 11 46 0 0.92 0.67 0.45 343.59 0.85 0.29
Hex 8B B 2E 0 5C 43 2D 158 55 1D
Octal 213 13 56 0 134 103 55 530 125 35
Binary 10001011 1011 101110 0 1011100 1000011 101101 101011000 1010101 11101

Color Harmonies of #8B0B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B2E

Black with #8B0B2E

Text Example


Text Example

White with #8B0B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,11,46); }

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

background-color css

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

 a { background-color: rgb(139,11,46); }

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

border-color css

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

 span { border-color: rgb(139,11,46); }

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