#7C0C33

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

Shades of Burgundy #7C0C33

Tints of Burgundy #7C0C33

Color information

#7C0C33 (or 0x7C0C33) is unknown color: approx Burgundy. HEX triplet: 7C, 0C and 33. RGB value is (124,12,51). Sum of RGB (Red+Green+Blue) = 124+12+51=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0C33 is #83F3CC. Grayscale: #313131. Windows color (decimal): -8647629 or 3345532. OLE color: 3345532.

HSL color Cylindrical-coordinate representation of color #7C0C33: hue angle of 339.11º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0C33 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB1241251-
CMYK00.900.590.51
HSL339.11º82.35%26.67%-
HSV(B)339.11º90.32%48.63%-
XYZ9.044.793.58-
YUV49.93128.61180.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 66.31%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=66.31%
G=6.42%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124125100.900.590.51339.1182.3526.67
Hex7CC3305A3B33153521b
Octal17414630132736352312233
Binary1111100110011001101011010111011110011101010011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,12,51); }

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

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

 a { background-color: rgb(124,12,51); }

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

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

 span { border-color: rgb(124,12,51); }

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