#7B0233

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

Shades of Burgundy #7B0233

Tints of Burgundy #7B0233

Color information

#7B0233 (or 0x7B0233) is unknown color: approx Burgundy. HEX triplet: 7B, 02 and 33. RGB value is (123,2,51). Sum of RGB (Red+Green+Blue) = 123+2+51=176 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.89% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0233 is #84FDCC. Grayscale: #2B2B2B. Windows color (decimal): -8715725 or 3342971. OLE color: 3342971.

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

Color convert

RGB123251-
CMYK00.980.590.52
HSL335.7º96.8%24.51%-
HSV(B)335.7º98.37%48.24%-
XYZ8.794.493.54-
YUV43.76132.09184.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 69.89%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 51 (20.31% from 255) = 28.98%
R=69.89%
G=1.14%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12325100.980.590.52335.796.824.51
Hex7B2330623B341506119
Octal1732630142736452014131
Binary11110111011001101100010111011110100101010000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,51); }

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

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

 a { background-color: rgb(123,2,51); }

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

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

 span { border-color: rgb(123,2,51); }

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