#7B0030

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

Shades of Burgundy #7B0030

Tints of Burgundy #7B0030

Color information

#7B0030 (or 0x7B0030) is unknown color: approx Burgundy. HEX triplet: 7B, 00 and 30. RGB value is (123,0,48). Sum of RGB (Red+Green+Blue) = 123+0+48=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0030 is #84FFCF. Grayscale: #2A2A2A. Windows color (decimal): -8716240 or 3145851. OLE color: 3145851.

HSL color Cylindrical-coordinate representation of color #7B0030: hue angle of 336.59º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0030 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB123048-
CMYK010.610.52
HSL336.59º100%24.12%-
HSV(B)336.59º100%48.24%-
XYZ8.74.423.19-
YUV42.25131.25185.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=71.93%
G=0%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123048010.610.52336.5910024.12
Hex7B0300643D341516418
Octal1730600144756452114430
Binary1111011011000001100100111101110100101010001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,0,48); }

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

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

 a { background-color: rgb(123,0,48); }

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

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

 span { border-color: rgb(123,0,48); }

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