#7B000F

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

Shades of Burgundy #7B000F

Tints of Burgundy #7B000F

Color information

#7B000F (or 0x7B000F) is unknown color: approx Burgundy. HEX triplet: 7B, 00 and 0F. RGB value is (123,0,15). Sum of RGB (Red+Green+Blue) = 123+0+15=138 (18% of max value = 765). Red value is 123 (48.44% from 255 or 89.13% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 123 - color contains mainly: red. Hex color #7B000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B000F is #84FFF0. Grayscale: #262626. Windows color (decimal): -8716273 or 983163. OLE color: 983163.

HSL color Cylindrical-coordinate representation of color #7B000F: hue angle of 352.68º 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 #7B000F is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB123015-
CMYK010.880.52
HSL352.68º100%24.12%-
HSV(B)352.68º100%48.24%-
XYZ8.254.250.84-
YUV38.49114.75188.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 89.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=89.13%
G=0%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123015010.880.52352.6810024.12
Hex7B0F06458341616418
Octal17301701441306454114430
Binary111101101111011001001011000110100101100001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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