#7b0527

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

Shades of Burgundy #7B0527

Tints of Burgundy #7B0527

Color information

#7B0527 (or 0x7B0527) is unknown color: approx Burgundy. HEX triplet: 7B, 05 and 27. RGB value is (123,5,39). Sum of RGB (Red+Green+Blue) = 123+5+39=167 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.65% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0527 is #84FAD8. Grayscale: #2C2C2C. Windows color (decimal): -8714969 or 2557307. OLE color: 2557307.

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

Color convert

RGB123539-
CMYK00.960.680.52
HSL342.71º92.19%25.1%-
HSV(B)342.71º95.93%48.24%-
XYZ8.594.472.33-
YUV44.16125.09184.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 73.65%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=73.65%
G=2.99%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12353900.960.680.52342.7192.1925.1
Hex7B52706044341575c19
Octal17354701401046452713431
Binary1111011101100111011000001000100110100101010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b0527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,5,39); }

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

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

 a { background-color: rgb(123,5,39); }

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

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

 span { border-color: rgb(123,5,39); }

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