Html Css Color HEX #8B002B Burgundy

📋 copy color: '#8B002B'

red 139 ◦ green 0 ◦ blue 43

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

Shades of Burgundy #8B002B

Tints of Burgundy #8B002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 23.63%

R = 76.37%
G = 0%
B = 23.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8B002B (or 0x8B002B) is known color: Burgundy. HEX triplet: 8B, 00 and 2B. RGB value is (139,0,43). Sum of RGB (Red+Green+Blue) = 139+0+43=182 (24% of max value = 765). Red value is 139 (54.69% from 255 or 76.37% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 139 - color contains mainly: red. Hex color #8B002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B002B is #74FFD4. Grayscale: #2E2E2E. Windows color (decimal): -7667669 or 2818187. OLE color: 2818187.

HSL color Cylindrical-coordinate representation of color #8B002B: hue angle of 341.44º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B002B is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 0 43 -
CMYK 0 1 0.69 0.45
HSL 341.44º 1% 0.27% -
HSV(B) 341.44º 1% 0.55% -
XYZ 11.08 5.66 2.79 -
YUV 46.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 139 0 43 0 1 0.69 0.45 341.44 1 0.27
Hex 8B 0 2B 0 64 45 2D 155 64 1B
Octal 213 0 53 0 144 105 55 525 144 33
Binary 10001011 0 101011 0 1100100 1000101 101101 101010101 1100100 11011

Color Harmonies of #8B002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B002B

Black with #8B002B

Text Example


Text Example

White with #8B002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,0,43); }

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

background-color css

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

 a { background-color: rgb(139,0,43); }

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

border-color css

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

 span { border-color: rgb(139,0,43); }

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