#7B0E1B

Color #7B0E1B Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #7B0E1B

Tints of Burgundy #7B0E1B

Color information

#7B0E1B (or 0x7B0E1B) is unknown color: approx Burgundy. HEX triplet: 7B, 0E and 1B. RGB value is (123,14,27). Sum of RGB (Red+Green+Blue) = 123+14+27=164 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0E1B is #84F1E4. Grayscale: #303030. Windows color (decimal): -8712677 or 1773179. OLE color: 1773179.

HSL color Cylindrical-coordinate representation of color #7B0E1B: hue angle of 352.84º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0E1B is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB1231427-
CMYK00.890.780.52
HSL352.84º79.56%26.86%-
HSV(B)352.84º88.62%48.24%-
XYZ8.524.61.48-
YUV48.07116.11181.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 75%
GREEN value IS 14 (5.86% from 255) = 8.54%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=75%
G=8.54%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123142700.890.780.52352.8479.5626.86
Hex7BE1B0594E34161501b
Octal173163301311166454112033
Binary1111011111011011010110011001110110100101100001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B0E1B; }

 p { color: rgb(123,14,27); }

 H1.HeaderClassName
 {
   color: #7B0E1B;
 }
 .AnyTagClassName
 {
   color: #7B0E1B;
 }
</style>
background-color css

<style>
 a { background-color: #7B0E1B; }

 a { background-color: rgb(123,14,27); }

 div.DivClassName
 {
   background-color: #7B0E1B;
 }
 .BgClassName
 {
   background-color: #7B0E1B;
 }
</style>
border-color css

<style>
 span { border-color: #7B0E1B; }

 span { border-color: rgb(123,14,27); }

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