#7B061A

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

Shades of Burgundy #7B061A

Tints of Burgundy #7B061A

Color information

#7B061A (or 0x7B061A) is unknown color: approx Burgundy. HEX triplet: 7B, 06 and 1A. RGB value is (123,6,26). Sum of RGB (Red+Green+Blue) = 123+6+26=155 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.35% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 123 - color contains mainly: red. Hex color #7B061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B061A is #84F9E5. Grayscale: #2B2B2B. Windows color (decimal): -8714726 or 1705595. OLE color: 1705595.

HSL color Cylindrical-coordinate representation of color #7B061A: hue angle of 349.74º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B061A is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB123626-
CMYK00.950.790.52
HSL349.74º90.7%25.29%-
HSV(B)349.74º95.12%48.24%-
XYZ8.424.421.39-
YUV43.26118.26184.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 79.35%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=79.35%
G=3.87%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12362600.950.790.52349.7490.725.29
Hex7B61A05F4F3415e5b19
Octal17363201371176453613331
Binary111101111011010010111111001111110100101011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,26); }

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

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

 a { background-color: rgb(123,6,26); }

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

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

 span { border-color: rgb(123,6,26); }

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